Skip to content

Commit b64d746

Browse files
committed
tech review
1 parent 083e7f5 commit b64d746

File tree

3 files changed

+2
-49
lines changed

3 files changed

+2
-49
lines changed

source/connect/tls.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ to be used for TLS:
223223
The {+driver-short+} TLS context options are based on native Ruby handling of SSL. To
224224
learn more about the TLS context options available, see the Ruby
225225
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>`__.
227227

228228
OCSP Verification
229229
-----------------

source/includes/connect/tls.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
# end-ssl-verify
3838

3939
# 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')
4141
# end-tls-insecure

source/monitoring/cluster-monitoring.txt

-47
This file was deleted.

0 commit comments

Comments
 (0)