SoapFault SSL support is not available in this build

Problems with the Windows version of XAMPP, questions, comments, and anything related.

SoapFault SSL support is not available in this build

Postby tom15375 » 24. November 2007 18:53

I downloaded the latest xampp on Windows and couldn't get php/soap/ssl to work. It gave me this error:

SSL support is not available in this build

I had been using an older build (maybe a year old) and that worked previously. How can I fix this?

Thanks in advance
TK
tom15375
 
Posts: 2
Joined: 24. November 2007 18:49

Postby Izzy » 25. November 2007 02:23

Check the phpinfo.php file for this entry:
http://localhost/xampp/phpinfo.php
Code: Select all
openssl
OpenSSL support    enabled
OpenSSL Version    OpenSSL 0.9.8e 23 Feb 2007*

* This build may be different in your case as I still use XAMPP 1.6.3a

If this does not appear then you need to open in your text editor:
xampp\apache\bin\php.ini
and uncomment this line:
;extension=php_openssl.dll

To this:
extension=php_openssl.dll

Also make sure this extension is uncommented:
extension=php_soap.dll

Save the file and restart Apache.

I don't use Soap so I have no idea about your error with OpenSSL but the above instructions will make available to PHP the OpenSSL extension - perhaps someone here with more experience using Soap may be more help if the above instructions don't work for you.

I did a Google using your thread subject SoapFault SSL support is not available in this build as the keywords and had many, perhaps, useful results.

This was also helpful especially some of the readers comments:
http://nl3.php.net/soap



===========================================
1. The new DeskTopXampp Launch Control for XAMPP / XAMPPlite
Posted by Ridgewood available from Ridgewood'sDTX web site

2. Build Rich AJAX Applications - Faster
TIBCO General Interface Pro Edition but FREE and Open Source
Fully working with NO donations required to get a user/password
===========================================
Izzy
 
Posts: 3344
Joined: 25. April 2006 17:06

Postby tom15375 » 26. November 2007 06:49

Works great. Thanks a lot. :)
tom15375
 
Posts: 2
Joined: 24. November 2007 18:49


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 135 guests