From 6e2d60273ec59550469aa282f30d9dfe00b162aa Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sun, 23 May 2021 08:33:40 +0000 Subject: [PATCH] Revert yesterday's TLS/SSL validation addition --- Proxy-examples.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index e77bd6f..c01254e 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -549,16 +549,3 @@ backend vaultwarden_ws server vw_ws 0.0.0.0:3012 ``` - -## Validate your SSL/TLS configuration - -1. Check that your Bitwarden page does not throw any security issue in a browser. -2. Validate your configuration with e.g. [Qualys' SSL Labs](https://www.ssllabs.com/ssltest/) -3. Validate your OCSP stapling with e.g. [Digicert SSL Certficate Checker](https://www.digicert.com/help/). The revocation check section must contain 'OCSP Staple: Good'. - -## Known SSL issues - -### Mobile app: `Chain validation failed` - -Validate that your SSL/TLS configuration is proper. -If your OCSP stapling is not working, the mobile app will throw this error even if in a browser the site is listed as "Connection Secure" and SSLLabs doesn't show any problems. \ No newline at end of file