From 57044a3c0abf966c1a17bf0033ee59e9642db867 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Wed, 16 May 2012 18:31:04 -0500 Subject: [PATCH] README: Link to websockify encryption page. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 887c96c7..b5f43527 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,9 @@ a python proxy included ('websockify'). ### Other Pages -* [Advanced Usage](https://github.com/kanaka/noVNC/wiki/Advanced-usage). Generating an SSL - certificate, starting a VNC server, advanced websockify usage, etc. +* [Encrypted Connections](https://github.com/kanaka/websockify/wiki/Encrypted-Connections). How to setup websockify so that you can use encrypted connections from noVNC. + +* [Advanced Usage](https://github.com/kanaka/noVNC/wiki/Advanced-usage). Starting a VNC server, advanced websockify usage, etc. * [Integrating noVNC](https://github.com/kanaka/noVNC/wiki/Integration) into existing projects.