Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In version 8 red hat introduced some major overhauls to their security and cryptographic components. (Documented Here) Most notably with relevance to earlier versions of Datastage (which require TLSv1) TLSv1 is disabled by default. If you are encountering either of the following TLS Errors.

Code Block
breakoutModefull-width
.ssl.SSLHandshakeException: Server chose TLSv1, but that protocol version is not enabled or not supported by the client.

Or

Code Block
breakoutModefull-width
javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS10 is not accepted by client preferences [TLS12]

...