|
This page contains all necessary steps to define and use
secure sessions (using cryptographed data).
Using Secure Sessions
The basic difference between these two types of security (SSL or TLS) is that, on first case, the connection should be done to an secure port (like, for example, port 443 used on secure Web pages, accessed throught 'https://' prefix), while in the second case, any regular port, like Telnet port (23), can be used and the entire process of establishing secure communication is done using the TELNET protocol, by negotiating supported options of security, between the server and the emulator program.
|