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