Link to home
Start Free TrialLog in
Avatar of lawso
lawsoFlag for Australia

asked on

SoapFault exception: [HTTP] SSL support is not available in this build in

I have a webservice that runs from a secure website using SSL

It is getting the following error:

SoapFault exception: [HTTP] SSL support is not available in this build in C:\inetpub\vhosts\mydomain.com.au\httpdocs\velovita\Update_Product.class.php:24 Stack trace: #0 [internal function]: SoapClient->__doRequest('__soapCall('Product_UpdateI...', Array, Array) #2 C:\inetpub\vhosts\mydomain.com.au\httpdocs\velovita\update-BC-products.php(54): Update_Product->doUpdate(Array) #3 {main}[ok] bool(false)

Can any one please shed any light on this?
It is very urgent.
Avatar of Bruce Smith
Bruce Smith
Flag of United States of America image

Check your php.ini file to see if "OpenSSL support" is enabled
Avatar of lawso

ASKER

I have checked and the only reference is in CURL

curl
cURL support  enabled  
cURL Information  libcurl/7.20.0 OpenSSL/0.9.8k zlib/1.2.3  

Is this what I need?
ASKER CERTIFIED SOLUTION
Avatar of Bruce Smith
Bruce Smith
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lawso

ASKER

I am not sure what happened but I restarted the entire server (Win2008 Server + Plesk) after uncommenting the open_ssl extension and it is not there
What's not there? Did you get it running?
Avatar of lawso

ASKER

I uncommented extension=open_ssl.dll in a few php.ini files and rebooted the server.
Sorry I think I meant that it IS there.

It is all working perfectly now.

The problem is that I am none the wiser as which php.ini file was the right one to chage
Gotcha, cool deal. Glad you got it rolling...