-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Replication, Security
-
None
-
Fully Compatible
-
Security 2020-08-10
-
37
Split Horizons rely on SNI to identify which horizon clients are a member of, and should observe topology information from. SNI is defined in RFC6066, which states:
Currently, the only server names supported are DNS hostnames;
...
Literal IPv4 and IPv6 addresses are not permitted in "HostName".
Because it is not permissible, by the standard, to advertise IP addresses in the SNI extension, some TLS client implementations have inconsistent behaviour when asked to connect to servers with IP addresses in horizon definitions. The mongo shell, as of SERVER-42287, will refuse to advertise such extensions.
We should prevent invocations of replSetInitiate or replSetReconfig from accepting split horizon definitions which contain IP addresses in horizon definitions.
- causes
-
SERVER-50827 Nodes with IP addresses in split horizons are unable to start
-
- Closed
-