Install Files for Client Certificate Authentication
Steps
When using IBM JDK, if planning to enforce client certificate authentication, the following steps must be performed:
Install the
ibmjsse.jar
file in<JRE_HOME>/lib/ext
.Navigate to
<JRE_HOME>/lib/security
and open thejava.security
file.Create a new entry for the IBM JSSE Provider by adding the following line to the list of security providers:
security.provider.n = com.ibm.jsse.JSSEProvider
where n is one digit higher than the previous entry. If installed, Sun’s SSL provider (com.sun.net.ssl.internal.ssl.Provider) must appear after this new entry.