Java Updates needed for SSL SSO and other encryption uses - tsgrp/HPI GitHub Wiki

Sometimes in OpenContent we need to make requests to an external API over https/SSL. In certain cases, you may see errors related to the "handshake". If that is the case, the first step should be to update your Java's JCE (Java Cryptography Extension).

You can download the JCE here.

There are 2 .jars in the zip. They should be placed in the following directories:

On UNIX: <java-home>/lib/security/

On Windows: C:/Program Files/Java/jre<version>/lib/security/

⚠️ **GitHub.com Fallback** ⚠️