From 00e9d3bf2978e5176a4dfac1650e7ad2338b61a4 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Tue, 24 Jul 2012 09:31:26 -0500 Subject: [PATCH] websockify.rb: correct comment, no SSL support yet. --- other/websockify.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/websockify.rb b/other/websockify.rb index f590e14..bdc61f1 100755 --- a/other/websockify.rb +++ b/other/websockify.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -# A WebSocket to TCP socket proxy with support for "wss://" encryption. +# A WebSocket to TCP socket proxy # Copyright 2011 Joel Martin # Licensed under LGPL version 3 (see docs/LICENSE.LGPL-3)