Mozilla SSL Config Generator has been replaced

Aniket
2026-08-31 21:35:58 +01:00
parent b81f43b416
commit f452733c64
+1 -1
@@ -7,7 +7,7 @@ The examples also assume that you have not encrypted the connection between the
If you use [Docker Compose](https://docs.docker.com/compose/) to link containerized services together (e.g., Vaultwarden and a reverse proxy) you have to adapt the examples to take that into account (i.e. change `127.0.0.1:8000` to `service_name:80` where `service_name` typically would be `vaultwarden`). See [[Using Docker Compose|Using-Docker-Compose]] for an example of this. If you use [Docker Compose](https://docs.docker.com/compose/) to link containerized services together (e.g., Vaultwarden and a reverse proxy) you have to adapt the examples to take that into account (i.e. change `127.0.0.1:8000` to `service_name:80` where `service_name` typically would be `vaultwarden`). See [[Using Docker Compose|Using-Docker-Compose]] for an example of this.
> [!TIP] > [!TIP]
Secure TLS protocol and cipher configurations for webservers can be generated using Mozilla's [SSL Configuration Generator](https://ssl-config.mozilla.org/). All supported browsers and the Mobile apps are known to work with the "Modern" configuration. Secure TLS protocol and cipher configurations for webservers can be generated using TLSref's [TLS Configurator](https://configurator.tlsref.org/) (formerly the Mozilla SSL Configuration Generator). All supported browsers and the Mobile apps are known to work with the "Modern" configuration.
*** ***