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
Updated by John Mitsch over 7 years ago
- Subject changed from NoVNC doesn't work because katello-apache.key isn't readable by foreman user to NoVNC doesn't work because katello-apache.key isn't readable by foreman user
- Translation missing: en.field_release set to 228
Updated by Anonymous over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset puppet-certs|b6ea683585047dedb07aa6eba42cdb3983b9b2ee.
Actions