function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JK84JK84 

PHP Salesforce integration & disabling SSL 3.0

Hello,

We have a PHP-Salesforce integration in our Org and this uses Force.com PHP tool kit. I understand from the documentation that the tool kit uses SSL and as salesforce is disabling SSL3.0, just wanted to know the way out. Are we going to receive a new tool kit which is capable of using TLS protocol instead of SSL 3.0. Any suggestions on how to deal with our case? (PHP sends an inbound request to salesforce).

Thanks
JK
ShashankShashank (Salesforce Developers) 
Please see this: https://github.com/developerforce/Force.com-Toolkit-for-PHP/issues/35#issuecomment-61743422

According to what is mentioned in it, the PHP toolkit should automatically start using TLS once salesforce disables SSL3.
JK84JK84
Thanks Shashank, but I just wanted to be sure that the PHP toolkit that we have will work seamlessely and start using TLS and that we are not required to install a new one.