File tree 3 files changed +2
-49
lines changed
3 files changed +2
-49
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ to be used for TLS:
223
223
The {+driver-short+} TLS context options are based on native Ruby handling of SSL. To
224
224
learn more about the TLS context options available, see the Ruby
225
225
documentation for
226
- `SSLContext <https://ruby-doc.org/stdlib-2.7.0/libdoc /openssl/rdoc /OpenSSL/SSL/SSLContext.html>`__.
226
+ `SSLContext <https://ruby-doc.org/3.2.6/exts /openssl/OpenSSL/SSL/SSLContext.html>`__.
227
227
228
228
OCSP Verification
229
229
-----------------
Original file line number Diff line number Diff line change 37
37
# end-ssl-verify
38
38
39
39
# start-tls-insecure
40
- client = Mongo ::Client . new ( 'mongodb://<hostname>:<port>/?tls=true&tlsInsecure=true' ) ;
40
+ client = Mongo ::Client . new ( 'mongodb://<hostname>:<port>/?tls=true&tlsInsecure=true' )
41
41
# end-tls-insecure
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments