mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Added note about SSVNC and the Windows version.
This commit is contained in:
parent
23a3a85650
commit
37e7a81220
20
README.md
20
README.md
@ -30,6 +30,7 @@ Mozilla Firefox is a free and open-source web browser developed by Mozilla Found
|
|||||||
* [User/Group IDs](#usergroup-ids)
|
* [User/Group IDs](#usergroup-ids)
|
||||||
* [Accessing the GUI](#accessing-the-gui)
|
* [Accessing the GUI](#accessing-the-gui)
|
||||||
* [Security](#security)
|
* [Security](#security)
|
||||||
|
* [SSVNC](#ssvnc)
|
||||||
* [Certificates](#certificates)
|
* [Certificates](#certificates)
|
||||||
* [VNC Password](#vnc-password)
|
* [VNC Password](#vnc-password)
|
||||||
* [Reverse Proxy](#reverse-proxy)
|
* [Reverse Proxy](#reverse-proxy)
|
||||||
@ -273,6 +274,25 @@ few VNC clients support this method. [SSVNC] is one of them.
|
|||||||
|
|
||||||
[SSVNC]: http://www.karlrunge.com/x11vnc/ssvnc.html
|
[SSVNC]: http://www.karlrunge.com/x11vnc/ssvnc.html
|
||||||
|
|
||||||
|
### SSVNC
|
||||||
|
|
||||||
|
[SSVNC] is a VNC viewer that adds encryption security to VNC connections.
|
||||||
|
|
||||||
|
While the Linux version of [SSVNC] works well, the Windows version has some
|
||||||
|
issues. At the time of writing, the latest version `1.0.30` is not functional,
|
||||||
|
as a connection fails with the following error:
|
||||||
|
```
|
||||||
|
ReadExact: Socket error while reading
|
||||||
|
```
|
||||||
|
However, for your convienence, an unoffical and working version is provided
|
||||||
|
here:
|
||||||
|
|
||||||
|
https://github.com/jlesage/docker-baseimage-gui/raw/master/tools/ssvnc_windows_only-1.0.30-r1.zip
|
||||||
|
|
||||||
|
The only difference with the offical package is that the bundled version of
|
||||||
|
`stunnel` has been upgraded to version `5.49`, which fixes the connection
|
||||||
|
problems.
|
||||||
|
|
||||||
### Certificates
|
### Certificates
|
||||||
|
|
||||||
Here are the certificate files needed by the container. By default, when they
|
Here are the certificate files needed by the container. By default, when they
|
||||||
|
Loading…
x
Reference in New Issue
Block a user