Hello, once again I have to implement a WebService over SSL, and this time I get an error I don't know how to deal with: Warning: fread(): SSL: fatal protocol error in /usr/local/lib/php/Net/Socket.php on line 243 Warning: fread(): SSL: fatal protocol error in /usr/local/lib/php/Net/Socket.php on line 243 Notice: Undefined index: in /usr/local/lib/php/SOAP/WSDL.php on line 593 Warning: reset(): Passed variable is not an array or object in /usr/local/lib/php/SOAP/WSDL.php on line 596 Warning: current(): Passed variable is not an array or object in /usr/local/lib/php/SOAP/WSDL.php on line 597 Warning: reset(): Passed variable is not an array or object in /usr/local/lib/php/SOAP/WSDL.php on line 439 Warning: current(): Passed variable is not an array or object in /usr/local/lib/php/SOAP/WSDL.php on line 440 Fatal error: Cannot instantiate non-existent class: webservice_ in /usr/local/lib/php/SOAP/WSDL.php on line 617 Any idea on what I should do ? Of course the HTTPS stream is registered with PHP, CURL support is here too, with OpenSSL support (I'm using another webService over SSL with the same server and it works correctly). Any help would be greatly appreciated. -- Katana mailto:katana@katana-inc.com http://www.katana-inc.com/ -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php