Edit report at https://bugs.php.net/bug.php?id=63113&edit=1
ID: 63113 Updated by: ahar...@php.net Reported by: milad dot arabi at gmail dot com Summary: can't call method from webservice server ssl3 -Status: Open +Status: Feedback Type: Bug Package: OpenSSL related Operating System: opensuse 11.4 PHP Version: 5.3.17 Block user comment: N Private report: N New Comment: This seems odd. PHP supports SSLv3 in OpenSSL fine. What error messages do you get? Make sure error_reporting is set to -1 and display_errors is turned on. What happens if you try file_get_contents('https://domain.com:8888/bsiws/billing?wsdl')? Finally, please try a current version: either 5.3.17 or 5.4.7. Previous Comments: ------------------------------------------------------------------------ [2012-09-18 16:57:46] milad dot arabi at gmail dot com Description: ------------ hi all i must connect to some webservice server that only accepts ssl3. in command line i set -ssl3 flag for openssl and work fine.if i not specify version,openssl don't attmep version 3 and got error.i think this wrong behavior affected on php. but in php we can't specify what ssl version to use. php5.3.5 sorry for my poor language Actual result: -------------- SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://domain.com:8888/bsiws/billing?wsdl' : failed to load external entity "https://domain.com:8888/bsiws/billing?wsdl" ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=63113&edit=1