Commit 40cdc5aa authored by Joshua Tauberer's avatar Joshua Tauberer

status checks: if a domain's DNS isnt working dont check the TLS certificate...

status checks: if a domain's DNS isnt working dont check the TLS certificate because we cant automatically provision one now anyway
parent b8d6226a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment