From 40cdc5aa304a8b65c31900c2edba8a951b729dd5 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Mon, 4 Jan 2016 08:45:12 -0500 Subject: [PATCH] status checks: if a domain's DNS isnt working dont check the TLS certificate because we cant automatically provision one now anyway --- management/status_checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/management/status_checks.py b/management/status_checks.py index 4e906533..673c3f23 100755 --- a/management/status_checks.py +++ b/management/status_checks.py @@ -608,6 +608,7 @@ def check_web_domain(domain, rounded_time, ssl_certificates, env, output): output.print_error("""This domain should resolve to your box's IP address (%s) if you would like the box to serve webmail or a website on this domain. The domain currently resolves to %s in public DNS. It may take several hours for public DNS to update after a change. This problem may result from other issues listed here.""" % (env['PUBLIC_IP'], ip)) + return # We need a TLS certificate for PRIMARY_HOSTNAME because that's where the # user will log in with IMAP or webmail. Any other domain we serve a