X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-vnc-server.git/blobdiff_plain/aed8d463bc137322f0807dc3cac41558c19685b2..8be6aedcd1e48f699bced107fd776fee88e44d5f:/code/vncproxy.py?ds=sidebyside 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()