Then it looks like lighttpd is not going to fix that issue. I can't imagine that this is an issue that can't be fixed from the system (switching cert maybe?). Because it is working for a representative amount of users...Cheers,Franco
ssl.pemfile = "/var/etc/cert.pem" (/var/etc/lighty-webConfigurator.conf)
/var/etc/cert.pem
cd /var/etc/acme-client/home/<MYNAME>cat fullchain.cer <MYNAME>.key > /var/etc/cert.pem
The chain is properly appended, but only if the parent CA(s) are known to System: Trust: Authorities.
...* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384* ALPN, server accepted to use http/1.1* Server certificate:* subject: CN=XXXXXXXXX* start date: Dec 7 22:01:20 2020 GMT* expire date: Mar 7 22:01:20 2021 GMT...
opnsense-revert -r 20.7.6 lighttpd && configctl webgui restart
Quote from: franco on January 05, 2021, 10:07:16 amThen it looks like lighttpd is not going to fix that issue. I can't imagine that this is an issue that can't be fixed from the system (switching cert maybe?). Because it is working for a representative amount of users...Cheers,FrancoI just updated both my backup and master, the master runs Let's Encrypt and I had to run: Code: [Select]opnsense-revert -r 20.7.6 lighttpd && configctl webgui restartThis got the GUI working again but on updating lighttpd the error came back.Is it a case of wait for further update or is there something I can do?Thanks,NickEDIT: Proper schoolboy error and completely missed the 2nd page ignore me please
Please note that Let's Encrypt users need to reissue their certificatesmanually after upgrading to this version to fix the embedded certificate chainissue with the current signing CA switch going on.
is this going to be fixed someday?after every update i keep getting this error ERR_SSL_PROTOCOL_ERROR and have to restore the Code: [Select]opnsense-revert -r 20.7.6 lighttpd && configctl webgui restarti am at 20.7.8 now but the error still appeared.