ID: 39039
User updated by: david at acz dot org
Reported By: david at acz dot org
-Status: Bogus
+Status: Open
Bug Type: Filesystem function related
Operating System: SuSE Linux
PHP Version: 5.1.6
New Comment:
Sorry, I copied the wrong URL. Correct certificate, same warning:
file_get_contents("https://adwords.google.com/api/adwords/v6/InfoService?wsdl");
new
SoapClient("https://adwords.google.com/api/adwords/v6/InfoService?wsdl");
Previous Comments:
------------------------------------------------------------------------
[2006-10-04 21:48:53] [EMAIL PROTECTED]
Open this URL in any browser, it'll show you something like this: "SSL
certificate @ adsense.google.com belongs to www.google.com. It is
possible that someone is trying to itercept your communication with
this web site".
Apparently wrong SSL certificate is not PHP problem.
------------------------------------------------------------------------
[2006-10-04 19:08:38] david at acz dot org
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 this bug report at http://bugs.php.net/?id=39039&edit=1