The following are just some very brief notes about things you can do with SSLtel and are the starting point for some decent documentation. Tim Hudson tjh@mincom.com ---------------------------------------------------------------------------- SSLtel components: ssltel.exe - program executable crypt16.dll - SSLeay-0.6.0 cryptographic library ssl16.dll - SSLeay-0.6.0 SSL protocol library ---------------------------------------------------------------------------- When you start SSLtel it will prompt you for a hostname to connect to and will attempt to negotiate an SSL connection with that host. You can switch off SSL negotiation using the SSL checkbox. You can switch on DEBUG using the DEBUG checkbox. You can do raw SSL connect using the SSL-ONLY checkbox. (which is what you can use to connect to an https server) There are options that you can set in ssltel.ini (but you do not need to set any options to be able to use with ssltel) # hosts that will be presented in the list of host in the connection window [hosts] host0=hostname1 host1=hostname2 host2=hostname3 ... [debug] debug=0 # set to 1 to enable debug output telnet_debug=0 # telnet protocol debug negotiate_debug=0 # telnet option negotiation debug ssl_debug=0 # SSL debug screen_debug=0 # SCREEN library debug (don't ask!) wdebug_file=0 # set to 1 to log debug output to a file wdebug_window=0 # set to 1 to log debug output to a window wdebug_filename=filename # set output filename (c:/tmp/ssltel.out is the # default debug output filename)