Skip to content

Commit e307dad

Browse files
authored
Merge pull request #108991 from TimShererWithAquent/us1679050aq
Change SSL to TLS per 1679050
2 parents eb6224b + 77b54a8 commit e307dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/partner-twilio-php-how-to-use-voice-sms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The following shows how to make an outgoing call using the **Services_Twilio** c
134134

135135
As mentioned, this code uses a Twilio-provided site to return the TwiML response. You could instead use your own site to provide the TwiML response; for more information, see [How to Provide TwiML Responses from Your Own Web Site](#howto_provide_twiml_responses).
136136

137-
* **Note**: To troubleshoot SSL certificate validation errors, see [http://readthedocs.org/docs/twilio-php/en/latest/usage/rest.html][ssl_validation]
137+
* **Note**: To troubleshoot TLS/SSL certificate validation errors, see [http://readthedocs.org/docs/twilio-php/en/latest/usage/rest.html][ssl_validation]
138138

139139
## <a id="howto_send_sms"></a>How to: Send an SMS message
140140
The following shows how to send an SMS message using the **Services_Twilio** class. The **From** number is provided by Twilio for trial accounts to send SMS messages. The **To** number must be verified for your Twilio account prior to running the code.

0 commit comments

Comments
 (0)