snippets

Verifying SSL on custom ports

Your shiny new SSL needs to operate on specific ports. How do you check you've installed correctly?


29 August 2011 • 2 min read

security ssl

If you want to verify SSL is installed correctly on other ports, you need to dig deeper.

openssl s_client -connect my.domain.com:465
openssl s_client -connect my.domain.com:993

This example shows incoming and outgoing mail connections.


Published on 29 August 2011

security ssl

Other content you may be interested in....