Legacy Knowledge Base
Published Sep. 10, 2025

During a two-way SSL handshake, an exception is thrown

Written By

Kanchan Bisht

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • During a two-way SSL handshake, the following exception occurs.

    • javax.net.ssl|WARNING|DC|tomcat-http--46| EDT|SSLSocketImpl.java:1428|handling exception (
      "throwable" : {
      java.lang.NullPointerException
      at org.bouncycastle.crypto.signers.PSSSigner.generateSignature(Unknown Source)
      at org.bouncycastle.jce.provider.JDKPSSSigner.engineSign(Unknown Source)
      at java.security.Signature$Delegate.engineSign(Signature.java:1382)
      at java.security.Signature.sign(Signature.java:698)
      at sun.security.ssl.CertificateVerify$T12CertificateVerifyMessage.<init>(CertificateVerify.java:608)
      at sun.security.ssl.CertificateVerify$T12CertificateVerifyProducer.produce(CertificateVerify.java:760)

Environment

  • Liferay DXP 7.0
  • Liferay DXP 7.1
  • Liferay DXP 7.2

Resolution

Additional Information

  • LPS-104661
  • If the hotfix is required for this issue, please create a support ticket requesting the hotfix by attaching the patch details.
  • Installing Fix Packs and Hotfixes on Liferay DXP will guide you to install the Fixpack/Hotfix in your environment.
  • The two-way SSL handshake usually happens between two servers. This is the type of SSL handshake that is used in server to server kind of communication. All the servers are required to validate the identity of the other server.
Did this article resolve your issue ?

Legacy Knowledge Base