Skip to content

Commit a4663c4

Browse files
committed
DOCSP-46181: Clarify TLS CA file information (#82)
* DOCSP-46181: Clarify TLS CA file information * RM feedback (cherry picked from commit a8ff697)
1 parent 2a135d1 commit a4663c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/connect/tls.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ You can provide the client certificate in the following ways:
115115
:end-before: end-connect-ca-file-uri
116116
:dedent:
117117

118+
.. note::
119+
120+
If you don't specify a CA file when compiling against the Windows Native TLS library, the driver
121+
will use the Windows Certificate Store. To learn more, see the :ref:`c-native-tls`
122+
section of this guide.
123+
118124
.. _c-certificate-revocation:
119125

120126
Server Certificate Verification
@@ -200,6 +206,8 @@ with the following notes:
200206

201207
For more information about OCSP, see `RFC 6960 <https://tools.ietf.org/html/rfc6960>`__.
202208

209+
.. _c-native-tls:
210+
203211
Native TLS Support on Windows (Secure Channel)
204212
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
205213

0 commit comments

Comments
 (0)