Skip to content
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

Analyze which tests work as intended #8

Closed
JonSnowWhite opened this issue Oct 18, 2024 · 0 comments
Closed

Analyze which tests work as intended #8

JonSnowWhite opened this issue Oct 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@JonSnowWhite
Copy link
Contributor

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 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

@JonSnowWhite JonSnowWhite added the bug Something isn't working label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant