[
https://issues.jboss.org/browse/ELY-388?page=com.atlassian.jira.plugin.sy...
]
Martin Choma moved JBEAP-2277 to ELY-388:
-----------------------------------------
Project: WildFly Elytron (was: JBoss Enterprise Application Platform)
Key: ELY-388 (was: JBEAP-2277)
Workflow: GIT Pull Request workflow (was: CDW v1)
Component/s: SSL
(was: Security)
(was: Web (Undertow))
Target Release: (was: 7.0.0.GA)
Affects Version/s: 1.0.2.Final
(was: 7.0.0.ER2 (Beta))
On IBM Java 1.8 I am unable to create HTTPS connection whit
"TLSv1" openssl cipher string
-----------------------------------------------------------------------------------------
Key: ELY-388
URL:
https://issues.jboss.org/browse/ELY-388
Project: WildFly Elytron
Issue Type: Bug
Components: SSL
Affects Versions: 1.0.2.Final
Environment: IBM java 1.8 SR1 FP10
Reporter: Martin Choma
Assignee: Stuart Douglas
On ibm java 1.8 I can't establish HTTPS connection using TLSv1 cipher string. On EAP
6.4 it is possible.
Handshake ends with message
javax.net.ssl.SSLHandshakeException: No appropriate protocol, may be no appropriate
cipher suite specified or protocols are deactivated
Note, issue apply to enabled-cipher-suites="TLSv1", not
enabled-protocols="TLSv1" - that works OK.
According to OpenSSL documentation [1], cipher suites corresponding with TLSv1 cipher
string should be available for handshake.
According to Elytron documentation [2], cipher suites corresponding with TLSv1 cipher
string should be available for handshake.
[1]
https://www.openssl.org/docs/manmaster/apps/ciphers.html#CIPHER-STRINGS
[2]
http://wildfly-security.github.io/wildfly-elytron/org/wildfly/security/ss...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)