SSL for Pi-hole Web-Interface Not Working

Add it to below block/segment:

pi@ph5b:~ $ cat /etc/lighttpd/lighttpd.conf
[..]
server.modules = (
    "mod_access",
    "mod_accesslog",
    "mod_auth",
    "mod_expire",
    "mod_redirect",
    "mod_setenv",
    "mod_rewrite"
)

Restart lighttpd:

sudo service lighttpd restart

And check again:

sudo lighttpd -tt -f /etc/lighttpd/lighttpd.conf

journalctl -u lighttpd

EDIT: Ow it might also work if you add a server.modules section in the external.conf file but I wouldn't know exact syntax.
This because a Pi-hole update or reconfigure could overwrite changes made in that lighttpd.conf file.

1 Like