Categories:
DH Keys (39)
DSA Keys (69)
EC Keys (339)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1969)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1834)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
OpenSSL "s_client -connect" - Connect to HTTPS Web Site
How to connect to a HTTPS Web site using OpenSSL? I see the Web sites using the "https:\" format.
✍: FYIcenter.com
If you see a Web sites using the "https:\" format, for example https://twitter.com/login/,
you can try to connect the Web site using the "x509 -connect" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> s_client -connect www.twitter.com:443 -quiet depth=1 C = US, O = DigiCert Inc, OU = www.digicert.com, CN = DigiCert nded Validation Server CA verify error:num=20:unable to get local issuer certificate <Ctrl-C> read:errno=10093
Options used in these commands are:
⇒ OpenSSL "s_client -connect" - View Server Certificate
2012-07-24, 13777👍, 0💬
Popular Posts:
Why am I getting the "no objects specified in config file" error when running the OpenSSL "req -new"...
How to get my certificate signed by getacert.com as the certificate issuer? Is it free? If you have ...
How to run Java Control Panel on Windows? I can not find it in Control Panel on my Windows 7 system....
How to create my own certificate store file using "certmgr.exe" tool? You can your own certificate s...
Can I tell Google Chrome to trust a server certificate, even the signing authority is not listed in ...