Java signed applet certificate revoked only on mac OSX10.7 (Lion)

故事扮演 提交于 2019-12-04 11:53:47

Maybe Java uses the global preference settings in the "Keychain Access" application? This application can be found under Applications > Utilities > Keychain Access.

Default settings indicate:

Online Certificate Status Protocol (OCSP): Best attempt
Certificate Revocation List (CSP): Best attempt
Priority: OCSP

You could verify if the application accepts your certificate if you (temporarily) turn OCSP and CRL off.

In any case, you should probably not be using a revoked certificate... :-)

Have you tried it on a non-lion machine that has never run your applet before? Maybe the other machines that you tested with already trust your applet.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!