Actions
Feature #3601
closedUse secure websockets for console access
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
As documented in NoVNC under known issues:
when using Firefox, if you use foreman via https, firefox might block the connection (see limiations below), to fix it, goto about:config and enable network.websocket.allowInsecureFromHTTPS
Foreman defaults to https:// only, so every firefox user runs into this. It would also increase security if all console access was encrypted. Websockify does support it, so it's mostly a matter of passing the correct parameters. Ideally the used certificates would be overrideable through settings.yaml.
Updated by Ewoud Kohl van Wijngaarden over 11 years ago
- Status changed from New to Ready For Testing
Updated by Dominic Cleal over 11 years ago
- Has duplicate Feature #4224: Support for TLS Spice connections for console access on libvirt Compute ressources added
Updated by Dominic Cleal almost 11 years ago
- Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1107647
Updated by Daniel Lobato Garcia almost 11 years ago
- Has duplicate Feature #1662: Add settings options to secure VNC sessions between Foreman server and client added
Updated by The Foreman Bot almost 11 years ago
- Target version set to 1.8.0
- Pull request https://github.com/theforeman/foreman/pull/1024 added
Updated by Daniel Lobato Garcia almost 11 years ago
- Category changed from Compute resources to Security
- Assignee set to Daniel Lobato Garcia
Updated by Daniel Lobato Garcia almost 11 years ago
- Status changed from Ready For Testing to Closed
Updated by Dominic Cleal almost 11 years ago
- Related to Bug #7018: SPICE libvirt websockets connections aren't encrypted added
Actions