SSL handshake failure

Post Reply
cpm18
Posts: 35
Joined: Mon Apr 13, 2009 3:21 pm

SSL handshake failure

Post by cpm18 »

I've been trying to do a fetch of this page...
https://de.trustpilot.com/categories/other

I continue to run into this error...
123: Cannot complete SSL handshake with de.trustpilot.com:443: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

Other SSL sites seem to fetch fine. Am I missing a setting to get this one to work?
User avatar
Kai
Site Admin
Posts: 1271
Joined: Tue Apr 25, 2000 1:27 pm

SSL handshake failure

Post by Kai »

Looks like that site is using TLS/1.2, which the latest texis (7.03...) supports, as it uses OpenSSL 1.0.2 (1.0.1+ is required for TLS/1.2).

However, testing from here with texis 7.03 still fails with that handshake error, for an unknown reason. wget with OpenSSL 1.0.1e also fails (maybe it does not enable TLS/1.2?), though curl succeeds.

We're still investigating why texis fails to fetch this (but note that texis 7.03+ will in any case almost certainly be required).
User avatar
Kai
Site Admin
Posts: 1271
Joined: Tue Apr 25, 2000 1:27 pm

SSL handshake failure

Post by Kai »

It looks like that server is using SNI (Server Name Indication) as well, which Texis has not implemented yet; without it the fetch fails. We're adding SNI to Texis; an update should be available to maintenance customers within a few weeks.
Post Reply