## [t3_an36d3](https://www.reddit.com/r/selfhosted/comments/an36d3/trying_to_make_bitwarden_rs_play_nicely_with/) Hi everyone, I'm trying to set up Bitwarden\_rs and Traefik on a DigitalOcean droplet, but I'm not having much luck. I've successfully gotten Traefik working (although it took around ten hours) and now I'm trying to use Bitwarden_rs with it. Currently, whenever I try and connect to warden.domain.tld, I get an error message saying that: *This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox only connect to it securely. As a result, it is not possible to add an exception for this certificate.* I also get this: *The certificate is not trusted because the issuer certificate is unknown. The server might not be sending the appropriate intermediate certificates. An additional root certificate may need to be imported.* Here are my [traefik.toml](https://pastebin.com/c6X29tVG) and [docker-compose.yaml](https://pastebin.com/pkAUNUAx) files. I removed some personal info for privacy reasons, but the rest is exactly how it looks on the server. I would love any help I can get - I'm new to all this and thoroughly stumped! EDIT: Fixed! For people in the future, try recreating your acme.json file. If you get a gateway timeout warning after, remove traefik.docker.network=web and replace it with networks: web. --- submitted to [r/Self-Hosted Alternatives to Popular Services](https://www.reddit.com/r/Self-Hosted Alternatives to Popular Services) by [u/needselfhosthelp](https://www.reddit.com/user/needselfhosthelp)