STARTTLS is an extension to plain text communication protocols, which offers a way to upgrade a plain text connection to an encrypted (TLS or SSL) connection instead of using a separate port for encrypted communication.
STARTTLS is an extension to plain text communication protocols, which offers a way to upgrade a plain text connection to an encrypted (TLS or SSL) connection instead of using a separate port for encrypted communication.
STARTTLS is defined for the following protocols:
- IMAP and POP3 - RFC 2595
- LDAP - RFC 2830
- NNTP - RFC 4642
- SMTP - RFC 3207
- XMPP - RFC 3920
Most commonly questions about StartTLS relate to SMTP or LDAP. In some cases StartTLS is the only way to connect to an LDAP directory, if the secure/SSL port has not been exposed.
See http://en.wikipedia.org/wiki/STARTTLS for more details.