You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PositiveTest.java works (without CA verification) but the state of the other tests is unclear. Some work (as intended?) while others fail with errors
Task
Run all tests and create issues for occurring problems.
Notes
Run openssl s_server -port 4433 -cert root-cert.pem -key private-key.pem -CAfile root-cert.pem -Verify 5 in resources/static-root to have an openssl server to test against.
Providing -verifiy_return_error will lead to all tests failing as the CA certificate cannot be verified: See #7
The text was updated successfully, but these errors were encountered:
Problem
PositiveTest.java works (without CA verification) but the state of the other tests is unclear. Some work (as intended?) while others fail with errors
Task
Run all tests and create issues for occurring problems.
Notes
Run
openssl s_server -port 4433 -cert root-cert.pem -key private-key.pem -CAfile root-cert.pem -Verify 5
inresources/static-root
to have an openssl server to test against.Providing
-verifiy_return_error
will lead to all tests failing as the CA certificate cannot be verified: See #7The text was updated successfully, but these errors were encountered: