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
M.M. 

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.
SteveBowerSteveBower
Create a phpinfo.php with:  Code:
<?php

phpinfo();

?>
and use it.  See if openssl is enabled.  You want something like:

openssl

OpenSSL support enabled
OpenSSL Version OpenSSL 0.9.7a Feb 19 2003

 
If not, rebuild your SSL (or change configuration, etc. depending on OS.)  Note, the Toolkit expectes a version of PHP 5, not 4.3. 

-Steve

M.M.
thank you for the reply....  I'm still very new to this... I'm not at all familiar with php... I'v just started working on this for a week or so...

first of all, I already had a phpinfo code, and when I run it, it doesn't say anyting about ssl... the only thing that is said is:
-cURL support:         enabled
-cURL information:   libcurl/7.16.0 OpenSSL/0.9.8d zlib/1.2.3

second... how can I rebuild my SSL?

thank you

M.


M.M.
just another question... is the apache version relevant?

mine is 2.2.4... Is that ok?