You need to sign in to do that
Don't have an account?

SSL support is not available in this build
Hello everyone...
I'm having an error while trying to access salesforce through php...
"SSL support is not available in this build"
Hou can this be solved?
thank you!
M.
I'm having an error while trying to access salesforce through php...
"SSL support is not available in this build"
Hou can this be solved?
thank you!
M.
Hi,
You need to also uncomment the following extension line in php.ini:
extension=php_openssl.dll
All Answers
Hi,
You need to also uncomment the following extension line in php.ini:
extension=php_openssl.dll
I would just like to say that I was having this problem as well. The Fedex shipping options was not displaying.
Finally looked at the log and found this errror -> SSL support is not available in this build
Searched, found this post and enabled the php_openssl extension
It worked.
So happy, I took the time to comment here.
Many thanks