-
Notifications
You must be signed in to change notification settings - Fork 280
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
[ELY-2024] Elytron server-ssl-context allowed protocols #1458
Conversation
tests/base/src/test/java/org/wildfly/security/ssl/SSLv2HelloAuthenticationTest.java
Outdated
Show resolved
Hide resolved
tests/base/src/test/resources/org/wildfly/security/ssl/wildfly-ssl-test-config-v1_6.xml
Outdated
Show resolved
Hide resolved
tests/base/src/test/java/org/wildfly/security/ssl/SSLv2HelloAuthenticationTest.java
Show resolved
Hide resolved
tests/base/src/test/java/org/wildfly/security/ssl/SSLv2HelloAuthenticationTest.java
Show resolved
Hide resolved
ccfdf8d
to
09d170c
Compare
tests/base/src/test/java/org/wildfly/security/ssl/SSLv2HelloAuthenticationTest.java
Show resolved
Hide resolved
tests/base/src/test/java/org/wildfly/security/ssl/SSLv2HelloAuthenticationTest.java
Show resolved
Hide resolved
09d170c
to
7173b07
Compare
tests/base/src/test/java/org/wildfly/security/ssl/SSLv2HelloAuthenticationTest.java
Outdated
Show resolved
Hide resolved
tests/base/src/test/java/org/wildfly/security/ssl/SSLv2HelloAuthenticationTest.java
Show resolved
Hide resolved
0075093
to
72b3f21
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @SoniaZaldana!
72b3f21
to
38ec4a2
Compare
38ec4a2
to
1b1b3e9
Compare
0cf41a7
to
81a2b0a
Compare
Linux - JDK11 EA 28 Build 667 outcome was FAILURE using a merge of 05d2908 Failed tests
|
Just FYI, the test failures that were occurring here were specific to Zulu JDK and had the following underlying cause:
We have come across this issue with Zulu JDK before. The solution is to ensure that all SSLContext instances in the tests exclusively use the installed providers like in the following PR: |
https://issues.redhat.com/browse/ELY-2024