docker-traefik icon indicating copy to clipboard operation
docker-traefik copied to clipboard

Unifi using self signed cert causes HTTP 500 errors

Open DennisGaida opened this issue 2 years ago • 0 comments

Since Ubiquity is using self signed certs and forces HTTPS we need to skip SSL verification.

I haven't tested this TOML since I am using YAML, but it should work like this. Also to note: This creates a global "skipSSLVerify" serversTransport and this might be better suited in its own TOML file instead of hidden inside this unifi toml because maybe other internal services also serve non-verifiable SSL.

DennisGaida avatar Dec 12 '22 08:12 DennisGaida