From d1e4b761639c6d098bc5abc536fd5fb8a41317e0 Mon Sep 17 00:00:00 2001 From: AsabuHere Date: Tue, 3 Oct 2023 18:47:33 +0530 Subject: [PATCH] update security method validatessl --- src/base/BaseTwilio.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/base/BaseTwilio.ts b/src/base/BaseTwilio.ts index adc34286d..c03c7e7a7 100644 --- a/src/base/BaseTwilio.ts +++ b/src/base/BaseTwilio.ts @@ -232,7 +232,8 @@ namespace Twilio { /* jshint ignore:start */ /** - * Validates that a request to the new SSL certificate is successful. + * Test if your environment is impacted by a TLS or certificate + * change is by sending an HTTP request to the test endpoint * * @throws RestException if the request fails *