Comments on: How to workaround PHP’s SOAPClient bug when connecting over SSL https://46palermo.com/blog/how-to-workaround-php-soapclient-bug-when-connecting-over-ssl/ Magento developer and CMS expert Wed, 09 Jul 2014 18:41:17 +0000 hourly 1 https://wordpress.org/?v=3.0 By: Charles https://46palermo.com/blog/how-to-workaround-php-soapclient-bug-when-connecting-over-ssl/#comment-1258 Charles Wed, 15 Dec 2010 01:06:20 +0000 https://46palermo.com/how-to-workaround-phps-soapclient-bug-when-connecting-over-ssl/#comment-1258 My install of PHP has openSSL enabled. I'm getting the same issue...I know the service endpoint works over port 80. Trying it over SSL (self-signed cert) but no go. I suspect this has something to do with it being a self-signed cert.... My install of PHP has openSSL enabled. I’m getting the same issue…I know the service endpoint works over port 80. Trying it over SSL (self-signed cert) but no go. I suspect this has something to do with it being a self-signed cert….

]]>
By: Leo https://46palermo.com/blog/how-to-workaround-php-soapclient-bug-when-connecting-over-ssl/#comment-1192 Leo Wed, 01 Dec 2010 15:05:33 +0000 https://46palermo.com/how-to-workaround-phps-soapclient-bug-when-connecting-over-ssl/#comment-1192 You just saved my day thank you so much! You just saved my day thank you so much!

]]>
By: Veeresh https://46palermo.com/blog/how-to-workaround-php-soapclient-bug-when-connecting-over-ssl/#comment-1182 Veeresh Tue, 30 Nov 2010 12:47:10 +0000 https://46palermo.com/how-to-workaround-phps-soapclient-bug-when-connecting-over-ssl/#comment-1182 I realy help me Thanks lot I realy help me Thanks lot

]]>
By: Aniruddha https://46palermo.com/blog/how-to-workaround-php-soapclient-bug-when-connecting-over-ssl/#comment-195 Aniruddha Tue, 11 May 2010 13:05:02 +0000 https://46palermo.com/how-to-workaround-phps-soapclient-bug-when-connecting-over-ssl/#comment-195 Allen's way is correct - Adding php_openssl should fix this issue. Not sure, but I guess if it does not work then install openssl package from https://www.openssl.org/ In xampp package for windows, for some older XAMPP versions the php.ini file is in two places 1. php folder 2. apache/bin commandline uses php.ini in php folder whereas while processing http request apache/bin/php.ini is used. On *nix, php.ini is at one place so need to change only at one place. Regards, Aniruddha D Allen’s way is correct -

Adding php_openssl should fix this issue. Not sure, but I guess if it does not work then install openssl package from https://www.openssl.org/

In xampp package for windows, for some older XAMPP versions the php.ini file is in two places
1. php folder
2. apache/bin

commandline uses php.ini in php folder
whereas while processing http request apache/bin/php.ini is used.

On *nix, php.ini is at one place so need to change only at one place.

Regards,
Aniruddha D

]]>
By: Ms.Peace https://46palermo.com/blog/how-to-workaround-php-soapclient-bug-when-connecting-over-ssl/#comment-183 Ms.Peace Mon, 12 Apr 2010 07:24:22 +0000 https://46palermo.com/how-to-workaround-phps-soapclient-bug-when-connecting-over-ssl/#comment-183 I'm new to php, Allen, can u guide me how to recompiling php with openssl support? Thanks. I’m new to php, Allen, can u guide me how to recompiling php with openssl support? Thanks.

]]>
By: Allen https://46palermo.com/blog/how-to-workaround-php-soapclient-bug-when-connecting-over-ssl/#comment-160 Allen Sat, 20 Feb 2010 22:36:05 +0000 https://46palermo.com/how-to-workaround-phps-soapclient-bug-when-connecting-over-ssl/#comment-160 Darn, for a moment I thought this was working, but it turned out it just stopped telling me about the bug because of no error reporting. I fixed it by recompiling php with openssl support. Darn, for a moment I thought this was working, but it turned out it just stopped telling me about the bug because of no error reporting.

I fixed it by recompiling php with openssl support.

]]>
By: Marc https://46palermo.com/blog/how-to-workaround-php-soapclient-bug-when-connecting-over-ssl/#comment-61 Marc Wed, 21 Jan 2009 16:46:50 +0000 https://46palermo.com/how-to-workaround-phps-soapclient-bug-when-connecting-over-ssl/#comment-61 Sorry, don't work for me. My solution was to add the follwowing packages on my debian box : ca-certificates libcurl3 libidn11 php5-curl Regards, Marc Sorry, don’t work for me.
My solution was to add the follwowing packages on my debian box :
ca-certificates libcurl3 libidn11 php5-curl

Regards,
Marc

]]>