Search found 1 match
- Sat May 18, 2024 6:22 am
- Forum: ESP-AT
- Topic: How to switch to SSL during an open TCP connection
- Replies: 1
- Views: 3421
How to switch to SSL during an open TCP connection
Hi everybody, in several situations it is necessary to switch from un unencrypted connection “TCP” to an encrypted connection “SSL”. Two examples for this are the communication with a SMTP server (command STARTTLS) or with a FTP server (-> FTPS command AUTH TLS). I already tested direct SSL connecti...