07-31-2013 05:45 AM - edited 03-18-2019 01:33 AM
All,
Has anyone else run into issues with lighttpd after upgrading to TC6? I had a customer yesterday upgrade to TC6 and after the upgrade they could no longer access the codec via HTTP or HTTPS. After further investigation I found that the lighttpd service was not running and when I tried to start it I would get an SSL error. Additionally I found that the default certificate that comes with the codec was named 'migration.pem' instead of 'selfsigned.pem'.
I was able to resolve the issue by deleting the 'migration.pem' cert, then I started the lighttpd service which auto generated a new cert called 'selfsigned.pem' in the correct folder, now they can access the codec via HTTP again.
Is this a bug by chance or just a one off thing?
Thank you,
Justin Ferello
Technical Support Specialist
KBZ, a Cisco Authorized Distributor
http://www.kbz.com
e/v: justin.ferello@kbz.com
Solved! Go to Solution.
07-31-2013 06:15 AM
CSCue52815 - Lighthttpd doesnt start up if verifyclientcert is on and no cert is inst
$ /etc/init.d/S75lighttpd restart Stopping lighttpd Starting lighttpd 2013-02-07 11:24:17: (network.c.590) SSL: error:00000000:lib(0):func(0):reason(0) /config/certs/ca/default.pem Failed to start the web server.
Workaround
Turn off CA list verification using the following command: xConfiguration NetworkServices HTTPS VerifyClientCertificate: Off Once this is off, you can access the web server (after a reboot) of the unit and upload the CA list before you optionally turn this feature back on.
Fixed in TC 6.1
/Magnus
07-31-2013 06:00 AM
Hi Justin
Did the customer specifically upgrade to TC6.0?
/Magnus
07-31-2013 06:04 AM
Magnus,
Yes the upgraded to TC6.0.1 specifically.
Thank you,
Justin Ferello
Technical Support Specialist
KBZ, a Cisco Authorized Distributor
http://www.kbz.com
e/v: justin.ferello@kbz.com
07-31-2013 06:15 AM
CSCue52815 - Lighthttpd doesnt start up if verifyclientcert is on and no cert is inst
$ /etc/init.d/S75lighttpd restart Stopping lighttpd Starting lighttpd 2013-02-07 11:24:17: (network.c.590) SSL: error:00000000:lib(0):func(0):reason(0) /config/certs/ca/default.pem Failed to start the web server.
Workaround
Turn off CA list verification using the following command: xConfiguration NetworkServices HTTPS VerifyClientCertificate: Off Once this is off, you can access the web server (after a reboot) of the unit and upload the CA list before you optionally turn this feature back on.
Fixed in TC 6.1
/Magnus
07-31-2013 06:17 AM
Magnus,
This is correct, the exact issue I was running into. Thank you for looking into this.
Thank you,
Justin Ferello
Technical Support Specialist
KBZ, a Cisco Authorized Distributor
http://www.kbz.com
e/v: justin.ferello@kbz.com
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide