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
Updated by Alexis Mousset over 7 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset over 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/1171
Updated by Alexis Mousset over 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-techniques|3145de9d9048c806a4b3b46f2448e0b6441ff791.
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.2.0~beta3 which was released today.
- 4.2.0~beta3: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions