0

I have a Glassfish application which is using SSL Certificate authorized by private CA. When I launched a Glassfish application in client within intranet (without internet connection), it will prompt me errors (See Image1). Both errors show that they are unable to verify if the certificate is revoked.

Image1:Errors

However, when I disable the certificate revocation checks (See Image2), it does not prompt me any errors anymore.

Image2:Java Control Panel

If I don't do the step above, is there any way to disable the certificate revocation check by changing Glassfish configuration?

seenukarthi
  • 8,241
  • 10
  • 47
  • 68
user.tan
  • 1
  • 1

1 Answers1

0

Use -Dcom.sun.net.ssl.checkRevocation=false system property in your program

Optional
  • 4,387
  • 4
  • 27
  • 45