Advertisement
fduran

Check SSL connection

Feb 11th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. # www.fduran.com
  2. # check ssl connection
  3.  
  4. echo '' |openssl s_client -ssl3 -connect 10.0.0.1:443 -CApath /usr/share/ssl-cert
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement