All HowTo's Cybersecurity

Test the remote server certificates for SMTP and HTTPS

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

Leave a Reply

Your email address will not be published. Required fields are marked *