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:993This example shows incoming and outgoing mail connections.
Your shiny new SSL needs to operate on specific ports. How do you check you've installed correctly?
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:993This example shows incoming and outgoing mail connections.