0

Issue when running a model that has JSON nodes that connect to HTTPS data source

ISSUE: When running an ETL that contains references to an HTTPS site the following error may occur:

"Failed to read file list: SSLException: No PSK available. Unable to resume"

 

RESOLUTION: 

This can be resolved by making the following change in the file below:

In Windows:

"c:\Program Files\Pyramid\java\conf\security\java.security"

In Linux:

"/opt/Pyramid/java/conf/security/java.security"

Add TLSv1.3  into the line shown below:

 jdk.tls.disabledAlgorithms=TLSv1.3, SSLv3, RC4, DES, MD5withRSA, DH keySize


**Before editing the file please create a copy of the file first**

Once the above change has been made, restart all Pyramid services and then try to run the ETL again.

The above change should be done on all Pyramid task engine servers in your deployment. 

Reply

null