HTTPS in v6

Expected Behaviour:

Web access via https. Only http works

Actual Behaviour:

Can’t connect to server message in browser

Debug Token:

https://tricorder.pi-hole.net/XDG6dsdH/

Using this url: https://192.168.4.135/admin/login?target=%2Fadmin%2F

I should add - have tried multiple devices, multiple browsers. My network has 2 pihole devices. This is my secondary. The other is still on v5.

Do you have a certificate installed? If not, then only HTTP will work.

Looking at your debug log, everything seems to be properly configured. Your Pi-hole is listening on port 443 and use the automatically generated self-signed certificate. The only possible cause I cannot check right now would be firewall (e.g., iptables) blocking access to port 443.

How do the error messages look like in the other browsers you've tried? Maybe Safari simply isn't happy with the self-signed certificate? Maybe you need to add some exceptions somewhere (I am not familiar with Safari).


That’s from Firefox in windows.

I’ll try and reinstall one. It’s strange that I’m not getting an SSL error if that was the problem, though

One like this….

And it was iptables. Fixed and solved. Thanks for the help.