X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-vnc-server.git/blobdiff_plain/aed8d463bc137322f0807dc3cac41558c19685b2..70b6236aa037ef3fd1c34cfef3454ec092976079:/code/vncproxy.py diff --git a/code/vncproxy.py b/code/vncproxy.py index 310b8b5..c40570d 100755 --- a/code/vncproxy.py +++ b/code/vncproxy.py @@ -8,6 +8,5 @@ sslContext = ssl.DefaultOpenSSLContextFactory( ) if '__main__' == __name__: - reactor.listenSSL(10003,vncexternalauth.VNCAuthFactory("./vncauth.log", "localhost"), contextFactory=sslContext) - #reactor.listenTCP(10003,vncexternalauth.VNCAuthFactory("./vncauth.log", "localhost")) + reactor.listenSSL(10003,vncexternalauth.VNCAuthFactory("localhost"), contextFactory=sslContext) reactor.run()