2011-08-29· snippet · 2 min · 33 words · #security · #ssl

Verifying SSL on custom ports

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

Verifying SSL on custom ports

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.

Subscribe to the RSS feed for updates.
next
Mongo PHP Extension in MAMP ↗
previous
Killing Linux programmes by name ↗
reply
[email protected]