| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2005-12-21 08:53 UTC] sniper@php.net
  [2005-12-21 10:36 UTC] kurzhumov at gmail dot com
  [2005-12-21 10:42 UTC] tony2001@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 04:00:01 2025 UTC | 
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