From 71bc54a411256b1a54f9f42d5ecea275a66d2b99 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Mon, 20 Aug 2012 22:05:46 -0400 Subject: [PATCH] Added check for mod_rewrite before redirection in client --- trustify/client/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trustify/client/client.py b/trustify/client/client.py index 14db1ff3a..09fb07675 100644 --- a/trustify/client/client.py +++ b/trustify/client/client.py @@ -391,6 +391,7 @@ def authenticate(): if curses: dialog.Dialog().msgbox("\nCongratulations! You have successfully enabled " + gen_https_names(dn) + "!", width=70) + config.enable_mod("rewrite") if by_default(): for ssl_vh in vhost: success, redirect_file = config.redirect_all_ssl(ssl_vh)