-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.13.0
-
Component/s: Compass, Connectivity
-
None
-
Environment:MacOSX
-
Iteration Vol au Vent, Iteration Wasabi, Iteration Xiaolongbao, Iteration Zucchini, Iteration Antelope, Iteration Bison, Iteration Cat
When SRV records are enabled in Compass 1.13.0, the following error is seen in the MongoDB server log file. This error is generated regardless of the SSL setting selected in the Compass UI.
2018-05-02T16:00:26.354-0400 [conn24] AssertionException handling request, closing client connection: 17132 SSL handshake received but server is started without SSL support
According to the documentation
https://docs.mongodb.com/manual/reference/connection-string/
it should be possible to disable SSL, even when the connection string includes SRV:
In addition, use of the +srv connection string modifier sets the ssl option to true automatically for the connection. This can be overridden by explicitly setting the ssl option to false with ssl=false in the query string.