On Wed, Jul 24, 2013 at 9:30 PM, kirpit <kir...@gmail.com> wrote:

> 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
>
>
The server doesn't seem to care to respond to clients supporting TLS 1.2

ok:
 openssl s_client -tls1 -connect emea.webservices.travelport.com:443

no reply:
openssl s_client -tls1_2 -connect emea.webservices.travelport.com:443

such servers should be beaten to pulp.

Reply via email to