-
Bug
-
Resolution: Fixed
-
P4
-
8
-
None
-
b32
-
unknown
-
os_x
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2222804 | 7u6 | Vincent Ryan | P4 | Closed | Fixed | b06 |
The regression/unit test closed/java/security/cert/CerPathValidator/OCSP/OCSPUnitTest.java
is passing on most platforms because by default http proxying is disabled and the test
is unable to connect to the verisign OCSP service.
On Macos, proxying is often enabled by default, and the test is able to connect to the server.
But, the test fails in this case, because the server returns an UNKNOWN status for the cert.
The test should probably be updated to check for a cert that the server knows about.
is passing on most platforms because by default http proxying is disabled and the test
is unable to connect to the verisign OCSP service.
On Macos, proxying is often enabled by default, and the test is able to connect to the server.
But, the test fails in this case, because the server returns an UNKNOWN status for the cert.
The test should probably be updated to check for a cert that the server knows about.
- backported by
-
JDK-2222804 OCSPUnitTest not working
-
- Closed
-