TLS: Difference between revisions

From Utopia
Jump to navigation Jump to search
(Created page with "You can test tunneled TLS connections to port 465 with: openssl s_client -connect hostname:465 You can test STARTTLS connections on port 25 or 587 with: openssl s_client -connect hostname:587 -starttls smtp")
 
No edit summary
 
Line 1: Line 1:
== externe Dokus ==
http://tools.ietf.org/html/rfc4346#section-7.4.1.2
You can test tunneled TLS connections to port 465 with:
You can test tunneled TLS connections to port 465 with:



Latest revision as of 09:50, 10 January 2024

externe Dokus

http://tools.ietf.org/html/rfc4346#section-7.4.1.2


You can test tunneled TLS connections to port 465 with:

openssl s_client -connect hostname:465

You can test STARTTLS connections on port 25 or 587 with:

openssl s_client -connect hostname:587 -starttls smtp