From 0353be6810080e142395b248e82e2bcd5e9ab41b Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 22 Apr 2009 14:28:57 -0400 Subject: Dogtag keeps telling me to use port 9444 and not 9443, use it. --- ipalib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipalib/constants.py b/ipalib/constants.py index 1016386d8..5d706383b 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -111,7 +111,7 @@ DEFAULT_CONFIG = ( # CA plugin: ('ca_host', object), # Set in Env._finalize_core() ('ca_port', 9180), - ('ca_ssl_port', 9443), + ('ca_ssl_port', 9444), # Special CLI: ('prompt_all', False), -- cgit