Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are two cryptographic protocols that allow you to communicate securely and guarantee data integrity over TCP / IP networks, for example, on the Internet.
TLS e SSL cypher communication end-to-end at the transport level. Other well-known protocols, such as TCP, UDP, provide communication at the same level.
Since TCP uses port 80 with defualt for communication, you must set the port for your TSL protocol in a free switch. This is the value of the tsl_port parameter earlier.
Keep in mind that TLS is disabled by default, set internal_ssl_enable and / or external_ssl_enable to true to enable.
Mauro source share