I'm trying to get the container working behind a traefik reverse proxy. I managed to get it working with 443 -> 80 but this results in a warning message during logon. So my goal is to get it done by traefik port 443 -> openvas port 443.
Update: This was a config issue on my side.
In traefik.toml I had to set insecureSkipVerify = true as global option (put it in the upper section of the file), in my case I had that option in the docker section
I'm trying to get the container working behind a traefik reverse proxy. I managed to get it working with 443 -> 80 but this results in a warning message during logon. So my goal is to get it done by traefik port 443 -> openvas port 443.
compose:
currently the following error is reported in traefik:
Any ideas how to get this done (other containers working well behind reverse proxy)?