We currently have Secure Socket Layer (SSL) with the latest version of our TN3270 Emulator client, Hummingbird 8.0. This latest client is available at the sitesoft website . Earlier releases do not support the added security.
The first session is by default a secure session, but all other sessions must be manually configured for the security by selecting TCP port 2323. Also right click your new profile and select properties, click on Security, click on the tab
General and select the button with SSL/TLS.
To check to see if you have the appropriate version of Hummingbird: 1) open your session 2) click on Help 3) click on About.
With the new SSL security, in the Hummingbird 8.0 client, you can now transfer files in the client using the IND$FILE transfer. Icons for the transfer are at the top of the client's screen. It is the file folder with the arrow.
If you recieve error messages about inablility to find host or socket erorrs then you probably have the security configuration settings wrong in the profile.
MAC Users
A version of TN3270 for MAC with SSL support was developed at Brown University and can be downloaded
here.
For installation and configuration visit Configuring Brown TN3270.
FTP encryption using TLS/SSL enable clients is now available with the mainframe. TLS, Transport Layer Security, was included with our z/OS 1.4 Communications Server upgrade.
Clients are used when your machine connects to the mainframe. Servers are used when the mainframe connects to your machine. Some Servers/Clients will ask during configuration if you want Explicit or Implicit. Please configure Explicit, which mean that you will still be connecting on FTP port 21.
WS FTP Server has been tested and will work with the mainframe. This product would have to be purchased. Documentation on how to create a self-signed certificate for WS FTP Server
000400 //FTPTLS EXEC PGM=FTP,
000500 // PARM='-e -r TLS youripaddress'
000600 //SYSPRINT DD *
001100 //OUTPUT DD SYSOUT=*
001200 //INPUT DD *
001300 username password
001400 ftp commands
001500 BYE