mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #290] VNC Secuity #189
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#189
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FrancescoFdd5 on GitHub (Jan 29, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/290
The VNC connection is not encrypted, the one written on this site should be implemented
http://people.redhat.com/pbonzini/qemu-test-doc/_build/html/topics/vnc_005fsecurity.html
@catborise commented on GitHub (Jan 30, 2020):
hi, i think it was implemented.. console/novcd service supports cert.. but i havent use it. i do not know it is working or not. you could try...
as you know supervisor run two services. 1.gunicorn, 2.novncd
if you set WS_CERT in setting.py it gets the value to use it.
as you see novncd param has cert option while starting websock
@FrancescoFdd5 commented on GitHub (Jan 30, 2020):
Not NoVNC, I mean QEMU's VNC.