Hi, I had been struggling for couple of days to figure out why requests to one of our API provider simply do not work in Debian Wheezy while it does in Squeeze.
I am really not sure if the real problem is about the server it tries to connect or a bug in openssl. However, it simply works fine with 0.9.8o but 1.0.1e. https://emea.webservices.travelport.com/B2BGateway/service/XMLSelect?WSDL $ curl -XGET -vI https://emea.webservices.travelport.com/B2BGateway/service/XMLSelect?WSDL * About to connect() to emea.webservices.travelport.com port 443 (#0) * Trying 216.113.156.104... * connected * Connected to emea.webservices.travelport.com (216.113.156.104) port 443 (#0) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSLv3, TLS handshake, Client hello (1): ### waits here long long time... * Unknown SSL protocol error in connection to emea.webservices.travelport.com:443 * Closing connection #0 curl: (35) Unknown SSL protocol error in connection to emea.webservices.travelport.com:443 We really want to go for version 1.x.x for many reasons. So, any help is appreciated. Roy