Skip to content

Commit f21d4ee

Browse files
committed
Remove invalid tlsOptions from the config doc
1 parent 823dd72 commit f21d4ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/config.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -725,11 +725,7 @@ Full Default Configuration
725725
tlsCAFile: null # Path to CA file, e.g., /path/to/key-vault-ca.pem
726726
tlsCertificateKeyFile: null # Path to client cert/key file, e.g., /path/to/key-vault-client.pem
727727
tlsCertificateKeyFilePassword: null # Password for client cert/key file
728-
tlsAllowInvalidCertificates: false # Bypass server certificate validation (use with caution)
729-
tlsAllowInvalidHostnames: false # Bypass server hostname validation (use with caution)
730-
tlsDisableCertificateRevocationCheck: false # Disable CRL checks
731728
tlsDisableOCSPEndpointCheck: false # Disable OCSP checks
732-
tlsInsecure: false # Allow invalid/no server cert (use with extreme caution)
733729
734730
proxy_namespace: MongoDBODMProxies
735731
proxy_dir: "%kernel.cache_dir%/doctrine/odm/mongodb/Proxies"

0 commit comments

Comments
 (0)