Admin page access - certificate for https needed

Hi there, you have to check the configuration file /etc/pihole/pihole.toml and in particular the line:

port = "80o,[::]:80o,443so,[::]:443so"

Try to set it to:

port = "80,[::]:80"

and it should disable TLS.

1 Like