On 11/07/13 19:20, Ben Schmidt wrote: > 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 <http://www.example.com:443> > CONNECTED(00000003) > --- wait > ^C > ###########
looks like it connected to me. Try typing "GET /" after the CONNECTED. It is a openssl does a SSL connection but it doesn't do http. Failing that there is -debug, -showcerts and -msg options that can show progress a bit more. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
