Secure Connection FailedAn error occurred during a connection to 10.6.69.1. Peer reports it experienced an internal error.Error code: SSL_ERROR_INTERNAL_ERROR_ALERT The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem.Learn more…
Jan 11 19:20:59 sentinel lighttpd[82635]: (server.c.1508) server started (lighttpd/1.4.58) Jan 11 19:20:59 sentinel lighttpd[82635]: (mod_deflate.c.546) DEPRECATED: compress.filetype replaced with deflate.mimetypes Jan 11 19:20:59 sentinel lighttpd[82635]: (mod_deflate.c.559) DEPRECATED: compress.cache-dir replaced with deflate.cache-dir Jan 11 19:21:10 sentinel lighttpd[82635]: (mod_openssl.c.1085) SSL: building cert chain for TLS server name (null): error:00000000:lib(0):func(0):reason(0) Jan 11 19:21:10 sentinel lighttpd[82635]: (mod_openssl.c.3067) SSL: 1 error:1417A179:SSL routines:tls_post_process_client_hello:cert cb error Jan 11 19:21:12 sentinel lighttpd[82635]: (mod_openssl.c.1085) SSL: building cert chain for TLS server name (null): error:00000000:lib(0):func(0):reason(0) Jan 11 19:21:12 sentinel lighttpd[82635]: (mod_openssl.c.3067) SSL: 1 error:1417A179:SSL routines:tls_post_process_client_hello:cert cb error
if you use Let's encrypt (…)
opnsense-revert -r 20.7.6 lighttpd && configctl webgui restart
Secure Connection FailedAn error occurred during a connection to 10.6.69.1. Certificate key usage inadequate for attempted operation.Error code: SEC_ERROR_INADEQUATE_KEY_USAGE
Edit /conf/config.xml to remove the relevant "ssl-certref", e.g.# grep -nr ssl-certref /conf/config.xml 264: <ssl-certref>XXXXXXXXXXXX</ssl-certref>
ssl.privkey= "/etc/lighttpd/certs/www.example.com/privkey.pem" ssl.pemfile= "/etc/lighttpd/certs/www.example.com/fullchain.pem"