Is it intended that `mongoc_ssl_opt_get_default()` will now enforce SSL and disconnect otherwise?
To reproduce, use connect.c
from the tutorial and add:
mongoc_client_set_ssl_opts(client, mongoc_ssl_opt_get_default());
It will no longer connect to non-ssl servers. This was not the case in 1.1
- depends on
-
CDRIVER-935 mongoc_client_set_ssl_opts should require SSL
- Closed
- is related to
-
CDRIVER-2153 mongoc_client_pool_t cannot connect to MongoDB Atlas
- Closed
- related to
-
CDRIVER-467 Impossible to connect with ssl=true without specifying mongoc_ssl_opt_t
- Closed