1MONGOC_URI_GET_SSL(3)              libmongoc             MONGOC_URI_GET_SSL(3)
2
3
4

WARNING:

6          Deprecated  since  version  1.15.0:  This function is deprecated and
7          should not be used in new code. See Manage Collection Indexes.
8
9
10       This function is deprecated and should not be used in new code.
11
12       Please use mongoc_uri_get_tls() in new code.
13

SYNOPSIS

15          bool
16          mongoc_uri_get_ssl (const mongoc_uri_t *uri)
17             BSON_GNUC_DEPRECATED_FOR (mongoc_uri_get_tls);
18

PARAMETERS

20uri: A mongoc_uri_t.
21

DESCRIPTION

23       Fetches a boolean indicating if TLS was specified for use in the URI.
24

RETURNS

26       Returns a boolean, true indicating that TLS should be  used.  This  re‐
27       turns true if any TLS option is specified.
28

AUTHOR

30       MongoDB, Inc
31
33       2017-present, MongoDB, Inc
34
35
36
37
381.25.1                           Nov 08, 2023            MONGOC_URI_GET_SSL(3)
Impressum