All HowTo's Cyber-Security Test the remote server certificates for SMTP and HTTPS March 16, 2016 Andrew Galdes 0 Test the remote servers HTTPS certificate: openssl s_client -showcerts -connect www.agix.local:443 Test the remote servers SMTP STARTTLS certificate: openssl s_client -connect mail.agix.local:25 -starttls smtp