1MONGOC_URI_GET_SSL(3) libmongoc MONGOC_URI_GET_SSL(3)
2
3
4
6 mongoc_uri_get_ssl - mongoc_uri_get_ssl()
7
8 WARNING:
9 Deprecated since version 1.15.0: This function is deprecated and
10 should not be used in new code. See Manage Collection Indexes.
11
12
13 This function is deprecated and should not be used in new code.
14
15 Please use mongoc_uri_get_tls() in new code.
16
18 bool
19 mongoc_uri_get_ssl (const mongoc_uri_t *uri)
20 BSON_GNUC_DEPRECATED_FOR (mongoc_uri_get_tls);
21
23 • uri: A mongoc_uri_t.
24
26 Fetches a boolean indicating if TLS was specified for use in the URI.
27
29 Returns a boolean, true indicating that TLS should be used. This re‐
30 turns true if any TLS option is specified.
31
33 MongoDB, Inc
34
36 2017-present, MongoDB, Inc
37
38
39
40
411.24.3 Aug 17, 2023 MONGOC_URI_GET_SSL(3)