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 very obscure TLS errors then it may be worth running the following command to see if it is causing the issue.either of the following TLS Errors.

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

Or

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

Run the following command:

Code Block
languagebash
update-crypto-policies --set LEGACY

...