From: david at acz dot org Operating system: SuSE Linux PHP version: 5.1.6 PHP Bug Type: Filesystem function related Bug description: SSL: fatal protocol error when fetching HTTPS
Description: ------------ PHP issues the warning "SSL: fatal protocol error" when fetching certain HTTPS URLs, including Google AdSense. The file_get_contents() function works correctly if errors are suppressed, but I am aware of no way to fix SoapClient. Since PHP seems capable of working around the error (and other HTTPS libraries work fine), it would be useful to have a global option (perhaps enabled by default) to disable the warning. Reproduce code: --------------- file_get_contents("https://adsense.google.com/api/adwords/v6/InfoService?wsdl"); new SoapClient("https://adsense.google.com/api/adwords/v6/InfoService?wsdl"); Expected result: ---------------- The functions should work correctly with no warnings. Actual result: -------------- PHP Warning: file_get_contents(): SSL: fatal protocol error PHP Warning: SoapClient::__construct(): SSL: fatal protocol error -- Edit bug report at http://bugs.php.net/?id=39039&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=39039&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=39039&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=39039&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=39039&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=39039&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=39039&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=39039&r=needscript Try newer version: http://bugs.php.net/fix.php?id=39039&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=39039&r=support Expected behavior: http://bugs.php.net/fix.php?id=39039&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=39039&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=39039&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=39039&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=39039&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=39039&r=dst IIS Stability: http://bugs.php.net/fix.php?id=39039&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=39039&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=39039&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=39039&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=39039&r=mysqlcfg