Openssl

From Federal Burro of Information
Revision as of 01:00, 12 January 2009 by David (talk | contribs) (New page: connect to ssl at the command line: https: openssl s_client -connect server:443 smtp tls: openssl s_client -connect server:25 -starttls smtp)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

connect to ssl at the command line:

https:

openssl s_client -connect server:443

smtp tls:

openssl s_client -connect server:25 -starttls smtp