Bug #2914
Add novnc documentation about Same-Origin-Policy problem
Status: | Closed | Start date: | 05/13/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Daniel Molina | % Done: | 100% | |
Category: | Documentation | |||
Target version: | Release 4.10 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.6 |
Description
Wilma Hermann said:
The message "SecurityError: The operation is insecure." is usually related to a Same-Origin-Policy problem. Are you using secure websockets for VNC? If you have Sunstone TLS secured and try to connect to an insecure websocket for VNC, Firefox blocks that. For Firefox, you need to have both connections secured to not get this error. And don't use a self-signed certificate for the server, this would raise the error again (you can setup your own little CA, that works, but don't use a self-signed server certificate). The other option would be to go into the Firefox config (about:config) and set "network.websocket.allowInsecureFromHTTPS" to "true".
History
#1 Updated by Ruben S. Montero almost 7 years ago
- Target version changed from Release 4.8 to Release 4.10
#2 Updated by Ruben S. Montero over 6 years ago
- Assignee set to Daniel Molina
#3 Updated by Daniel Molina over 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- Resolution set to fixed