What is STARTTLS? STARTTLS is a command used to upgrade an existing, plaintext connection to a secure, encrypted connection using SSL/TLS. Unlike connections that begin encrypted (such as those on port 465 for SMTP), STARTTLS starts as a plaintext connection and then transitions to encryption. This approach is commonly used in email protocols like SMTP,… Continue reading What is STARTTLS?