ID:               35758
 Updated by:       [EMAIL PROTECTED]
 Reported By:      kurzhumov at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         SOAP related
 Operating System: Red Hat Enterprise Linux ES
 PHP Version:      5CVS-2005-12-21 (snap)
 New Comment:

That's because buggy IIS violates SSL protocol.
Not PHP problem, report that to IIS authors.


Previous Comments:
------------------------------------------------------------------------

[2005-12-21 10:36:31] kurzhumov at gmail dot com

Installing latest snapshot does not solve this problem.

------------------------------------------------------------------------

[2005-12-21 08:53:00] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip



------------------------------------------------------------------------

[2005-12-21 07:33:46] kurzhumov at gmail dot com

Description:
------------
The SOAP extension fails to connect to Web-service on Microsoft Windows
Server 2003 over SSL. 

Warning: SoapClient::__construct(): SSL: fatal protocol error in
test.php on line 7

Client: Red Hat Enterprise Linux ES
Server: IIS 6 on Microsoft Windows Server 2003

Reproduce code:
---------------
<?php

error_reporting(E_ALL);
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);

$client = new
SoapClient('https://example.com/WebServices/Test.asmx?WSDL');
var_dump($client);

?>

Actual result:
--------------
Warning: SoapClient::__construct(): SSL: fatal protocol error in
test.php on line 7
object(SoapClient)#1 (2) {
  ["_soap_version"]=>
  int(1)
  ["sdl"]=>
  resource(5) of type (Unknown)
}
PHP Warning:  SoapClient::__construct(): SSL: fatal protocol error in
test.php on line 7


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35758&edit=1

Reply via email to