Skip to content

Commit

Permalink
pihole: remove ca cert
Browse files Browse the repository at this point in the history
apparently this is not needed anymore an even makes TLS requests fail
with an internal error:

2024-02-18 08:24:59: mod_openssl.c.1095) SSL: building cert chain for TLS server name pihole.home.arpa: error:00000000:lib(0):func(0):reason(0)
2024-02-18 08:24:59: mod_openssl.c.3095) SSL: 1 error:1417A179:SSL routines:tls_post_process_client_hello:cert cb error
  • Loading branch information
M1cha committed Feb 18, 2024
1 parent ba2cebf commit 52b40b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/opt/pihole/lighttpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ $HTTP["host"] == "pihole.home.arpa" {
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfile = "/run/lighttpd/combined.pem"
ssl.ca-file = "/run/lighttpd/ca.pem"
ssl.honor-cipher-order = "enable"
ssl.cipher-list = "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH"
}
Expand Down

0 comments on commit 52b40b1

Please sign in to comment.