Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
See Dangerous Code and further commentary for useful background.
When hostname verification is performed, it should use the hostname (not IP address) to match the certificate. The current code is wrongly using the address.
In technical terms, ensure that calls to `SSLContext::createSSLEngine` supply the expected hostname, not host address.
Please audit all SSL setup code as to whether hostname verification is enabled, and file follow-ups where necessary. For example, Akka 2.4 supports it but 2.3 doesn't (ref).
Attachments
Issue Links
- relates to
-
FLINK-1559 Normalize all Akka URLs to use IP addresses, not hostnames
- Resolved
- links to