I want to use the defaults

Click here if you want to use the defaults of the TN3270 server, using the services of the system SSL and TLS programming interface. When using the defaults, the system SSL/TLS services determine the cipher algorithms that are installed and available on your system. These will be used to negotiate the level of cipher to use for each connect ion, with the client. The system SSL/TLS services has a set priority order it uses when negotiating with the client, which is::

  1. RC4 (128-bit) encryption, SHA authentication
  2. RC4 (128-bit) encryption, MD5 authentication
  3. Triple DES encryption, SHA authentication
  4. RC4 (40-bit) encryption, MD5 authentication
  5. RC2 (40-bit) encryption, MD5 authentication
  6. DES encryption, SHA authentication
  7. No encryption, SHA authentication
  8. No encryption, MD5 authentication