Von der Kommandozeile:
openssl.exe s_client -showcerts -connect mail.example.com:993
Wenn Sie openssl bereits gestartet haben:
s_client -showcerts -connect mail.example.com:993
Port 993 = IMAP SSL/TLS
Port 995 = POP3 SSL/TLS
Port 465 = SMTP SSL/TLS
Port 587 = SMTP TLS/STARTTLS
Port 25 = SMTP TLS/STARTTLS
Das openssl Tool können Sie hier herunterladen:
https://wiki.openssl.org/index.php/Binaries