From 4643ced19f78ad56900049b2d131befe692d8e4c Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Mon, 26 Mar 2012 22:03:02 -0500 Subject: [PATCH] Made useful test configuration settings. --- ugly_hacks/santiago/simple_santiago.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ugly_hacks/santiago/simple_santiago.py b/ugly_hacks/santiago/simple_santiago.py index dd82f5bd0..baa2c6c68 100644 --- a/ugly_hacks/santiago/simple_santiago.py +++ b/ugly_hacks/santiago/simple_santiago.py @@ -364,10 +364,10 @@ if __name__ == "__main__": # Dummy Settings: # # https_port = 8090 - # cert = "/etc/ssl-certificates/santiago.crt" + # cert = "/tmp/santiagoTest/santiagoTest1.crt" # listeners = { "https": { "socket_port": https_port, # "ssl_certificate": cert, - # "ssl_private_key": cert } } + # "ssl_private_key": cert }, } # senders = { "https": { "host": tor_proxy, # "port": tor_proxy_port} } # hosting = { "a": { "santiago": set( ["https://localhost:8090"] )}, @@ -381,7 +381,7 @@ if __name__ == "__main__": # TODO: integrate multiple servers: # http://docs.cherrypy.org/dev/refman/process/servers.html - cherrypy.Application( - # cherrypy.quickstart( + # cherrypy.Application( + cherrypy.quickstart( santiago_b, '/') - cherrypy.engine.start() + # cherrypy.engine.start()