php soap SSL: fatal protocol error
I was getting this error today when trying to connect to a SOAP service using the built in php5 soap extension, i’m not sure if it had anything to do with it but the soap service offers SOAP 1.1 and 1.2 methods simultaneously. Upgrading to PHP 5.2.4 fixed the issue, and i note in the PHP 5 change log a number of bug fixes in the internal soap classes.