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(00000003) --- wait ^C ###########
from every other host it works just fine, routing and DNS doesn't seem to be the Issue. When I "wget -S --spider https://www.example.com" from the host that gives me trouble it works just fine, I see headers and redirects so the basic HTTP/SSL Session works. The OS being used is debian 7.1 amd64, openssl Version 1.0.1e, here is a list of all Packages openssl depends upon: ii libc6:amd64 2.13-38 ii libc6-dev:amd64 2.13-38 ii libssl1.0.0:amd64 1.0.1e-2 ii zlib1g:amd64 1:1.2.7.dfsg-13 ii zlib1g-dev:amd64 1:1.2.7.dfsg-13 Could someone please point in a direction on where to look at? I am basically running out of Ideas to check. Thanks a lot, Ben
