From 65baffdd2fbcc227d8d0a6ee57849abfbb5b7e9d Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 31 Oct 2007 16:25:36 +0000 Subject: No default port svn path=/scripts/testroot.py; revision=1214 --- scripts/testroot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/testroot.py') diff --git a/scripts/testroot.py b/scripts/testroot.py index e38677b4..ff8283f8 100755 --- a/scripts/testroot.py +++ b/scripts/testroot.py @@ -123,7 +123,7 @@ https_certs = rpki.x509.X509_chain(Auto_files = cfg.multiget(section, "https-cer https_tas = rpki.x509.X509_chain(Auto_files = cfg.multiget(section, "https-ta")) https_server_host = cfg.get(section, "server-host", "") -https_server_port = int(cfg.get(section, "server-port", "4433")) +https_server_port = int(cfg.get(section, "server-port")) rpki_key = rpki.x509.RSA(Auto_file = cfg.get(section, "rpki-key")) rpki_issuer = rpki.x509.X509(Auto_file = cfg.get(section, "rpki-issuer")) -- cgit v1.2.3