Error 404 and NET::ERR_CERT_AUTHORITY_INVALID using passbolt

I was following NetworkChucks video on how to install passbolt and i used my rasbperry pi 4b and i got it installed and working on my pi before i tried to add a SSL certificate. Im already using port 80 for pihole so i changed that to port 8080 instead. Now im getting a “Warning: Potential Security Risk Ahead” when entering the IP and port in Chrome and i can press continue anyway and then i just get sent to a “404 page not found” error. If i try on firefox i just get sent straight to 404. The pictures are of the docker-compose file and traefik.yaml


Share your full Traefik static and dynamic config, and docker-compose.yml if used. Parts are cut off.

You can’t use Host(`<ip>`) with TLS, for LE TLS certs you need a domain name.

I must have forgotten to respond here. I sent the whole docker-compose.yaml file and heres the rest of the traefik one.


I dont have a domain name so will this just not work at all with the IP? even if i enable port forwarding for this project?

Without a domain name you don't get a normal valid TLS cert.

When the client/browser complaints, you can try to accept it.

Or you manually generate a custom TLS cert and import it into Traefik and client.

thanks ill look into that