-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
3.0.7.Final
-
None
-
Workaround Exists
-
-
see jira comments about fix history
There is an actual bug in httpclient-4.2.1 which prevent the support of Server Name Indication (SNI):
https://issues.apache.org/jira/browse/HTTPCLIENT-1119
By upgrading to httpclient-4.3.2 the SNI issue should be fixed.
Right now, I should be able to rely on the described workaround i.e. by switching the http engine to use the url connection engine.
By using -Djavax.net.debug=ssl:handshake:verbose you should be able to the following appears in the ssl dump:
Extension server_name, server_name: [host_name: XXXXXXXXXX]
- is duplicated by
-
RESTEASY-1412 SSLException hostname in certificate didn't match for CNAME
- Closed
- is related to
-
RESTEASY-1023 Upgrade org.apache.httpcomponents:httpclient from 4.2.1 to 4.3.2
- Resolved
- relates to
-
RESTEASY-1357 Deprecated Apache classes cleanup
- Resolved