[SOLVED] Web UI HTTPS Intermediate Certificates

Started by 8191, December 28, 2015, 07:28:43 PM

Previous topic - Next topic
December 28, 2015, 07:28:43 PM Last Edit: January 10, 2016, 12:49:33 PM by franco
Hi,
is it possible to configure lighttpd to send also intermediate certificates of the configured web UI certificate chain?

Thanks,
Manuel

Hi Manuel,

Isn't that normally done by adding the intermediate certificate to the same file as the certificate on configure?

(Yes, I'm pretty sure this doesn't work at the moment, how would the code know it needs to do extra work.)


Cheers,
Franco

Hi Franco,

I just recognized, that the intermediate certs are being sent, if they are simply stored as CA certs. I've tried that before, but unfortunately Chrome caches the received certs and so I thought it didn't work...

So, problem solved: works as designed. ;)

Thanks,
Manuel