Openssl: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
(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)
 
No edit summary
Line 6: Line 6:
smtp tls:
smtp tls:
  openssl s_client -connect server:25 -starttls smtp
  openssl s_client -connect server:25 -starttls smtp
more here: http://www.madboa.com/geek/openssl/

Revision as of 01:01, 12 January 2009

connect to ssl at the command line:

https:

openssl s_client -connect server:443

smtp tls:

openssl s_client -connect server:25 -starttls smtp

more here: http://www.madboa.com/geek/openssl/