TLS

From Utopia
Revision as of 09:41, 10 January 2024 by Locke (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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