Actions
Bug #11114
closedca.cert file is empty, prevent apache2 to start
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
I found this bug in Rudder version 4.2.0 beta2, on Ubuntu 16
This bug happens:
- During update of Rudder agent / Rudder server
- While running rudder agent on a Node
- When using Rudder web interface
Description:
After first install everything was fine. I had some problems when i upgraded rudder and when I rebooted my server
ca.cert file in /opt/rudder/etc/ssl is empty which prevents apache2 from starting
You can workaround this issue by doing likewise:
cp /opt/rudder/etc/ssl/rudder.crt /opt/rudder/etc/ssl/ca.cert
service apache2 restart
Actions