Actions
Bug #19259
closedNoVNC doesn't work because katello-apache.key isn't readable by foreman user
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1441702
Description of problem:
Foreman launches a websockify process that listens using the apache key/cert, and websockify silently fails if it can't read the cert or key. The key is owned by apache:foreman but is mode 600.
Version-Release number of selected component (if applicable):
6.3 nightly
How reproducible:
Always
Steps to Reproduce:
1. Install 6.3 nightly
2. Provision a VM on libvirt/rhev/etc
3. Try to view the NoVNC console in the UI
Actual results:
Websocket error
Expected results:
Console loads
Additional info:
Workaround is chmod 660 /etc/pki/katello/private/katello-apache.key
Actions