RE: openssl can't connect from a single host

2013-07-11 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Ben Schmidt >Sent: Thursday, 11 July, 2013 05:21 >I got a problem that I don't understand. When I try to check >the Cert of a website from a single specific host I get: >### >$ openssl s_client -connect www.example.com:443 >CONNECTED(000

PATCH (PR 1766): Don't clear starttls_proto.

2013-07-11 Thread Viktor Dukhovni
>From 44a9138f1aa3a815abdf32021cc4c38adfaaef3b Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Thu, 11 Jul 2013 10:33:17 -0400 Subject: [PATCH 1/1] Don't clear starttls_proto. It may be needed for reconnect. See PR1766. --- apps/s_client.c |4 1 file changed, 4 deletions(-) diff -

openssl can't connect from a single host

2013-07-11 Thread Ben Schmidt
Hello everyone, I got a problem that I don't understand. When I try to check the Cert of a website from a single specific host I get: ### $ openssl s_client -connect www.example.com:443 CONNECTED(0003) --- wait ^C ### from every other host it works just fine, routing and DNS d