-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bc-fips-2.0.jar: java.security.cert.CertPathValidatorException: OCSP responder failed: 1 #1923
Comments
This the leaf.crt: -----BEGIN CERTIFICATE----- |
The following is intermediate1.crt: -----BEGIN CERTIFICATE----- |
The following is intermediate2.crt -----BEGIN CERTIFICATE----- |
The following is RootCA.crt -----BEGIN CERTIFICATE----- |
It appears that this issue is related to #1548, which was fixed in 1.78. But it is not included in bc-fips-2.0.0 distribution. |
Yes, unfortunately this showed up well after submission. It's fixed in the FIPS PQC update which we are working on now. |
Thank you for your response. Do you have an estimated timeline for the next BC-FIPS library release and its certification? |
I am using bc-fips-2.0.jar to do ocsp check for certificate generated from entrust. The ocsp responder url is: http://ocsps.ssl.com/
JDK version:
openjdk version "11.0.25" 2024-10-15 LTS
OpenJDK Runtime Environment Zulu11.76+22-SA (build 11.0.25+9-LTS)
OpenJDK 64-Bit Server VM Zulu11.76+22-SA (build 11.0.25+9-LTS, mixed mode)
However, I keep getting the following error when doing ocsp check:
The following is the testing code which can be used to reproduce the issue:
The text was updated successfully, but these errors were encountered: