-
Bug
-
Resolution: Done
-
Minor
-
7.0.0.ER2 (Beta)
-
-
-
-
-
-
- add HTTPS listener to Undertow subsytem, add corresponding security realm
- set enabled-cipher-suites="EXPORT40" for the listener
- starting the HTTPS listener reports errors
Undertow HTTPS listener does not accept EXPORT40 and EXPORT56 cipher strings in enabled-cipher-suites attribute. They are accepted in EAP 6.4.
According to OpenSSL documentation [1], and according to Elytron documentation [2], the cipher strings should be accepted.
[1] https://www.openssl.org/docs/man1.0.2/apps/ciphers.html
[2] http://wildfly-security.github.io/wildfly-elytron/org/wildfly/security/ssl/CipherSuiteSelector.html#fromString-java.lang.String-
- incorporates
-
ELY-396 Undertow HTTPS listener does not accept EXPORT40 and EXPORT56 cipher strings
- Resolved
- is incorporated by
-
JBEAP-15482 (7.1.z) Upgrade Elytron from 1.1.11.Final to 1.1.12.Final
- Closed