Skip to content

Commit 16406cb

Browse files
committed
fixes
1 parent be8d2f0 commit 16406cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/connect/tls.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ application to establish its identity. Usually, a deployment's certificate has b
7777
signed by a well-known CA, and your application relies on this CA to validate the certificate.
7878

7979
During testing, however, you might want to act as your own CA.
80-
In this case, you must instruct {+driver-short+} to
80+
In this case, you must instruct the {+driver-short+} to
8181
use your CA certificates instead of ones signed by another CA.
8282

8383
To do so, use the ``tlsCAFile`` connection option to specify the path to a ``.pem`` file
@@ -147,7 +147,7 @@ You can do this in two ways: by passing an argument to the
147147

148148
.. note::
149149

150-
Even if the ``tlsDisableOCSPEndpointCheck`` option is set to ``true``, {+driver-short+}
150+
Even if the ``tlsDisableOCSPEndpointCheck`` option is set to ``true``, the {+driver-short+}
151151
still verifies any OCSP response stapled to a server's certificate.
152152

153153
.. _php-crl:

0 commit comments

Comments
 (0)