简体   繁体   中英

Certificate Revocation of Java Application

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:错误

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

Image2:Java控制面板

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

在程序中使用-Dcom.sun.net.ssl.checkRevocation=false系统属性

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM