From 335cf82f1366f3f554a386e082ca342ae452a872 Mon Sep 17 00:00:00 2001 From: Liam Marshall Date: Sun, 25 Oct 2015 18:06:25 -0500 Subject: [PATCH] Remove AAAA record check suggestion Boulder doesn't support ipv6 validation, so don't confuse people by asking them to check their AAAA record(s). --- letsencrypt/auth_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/auth_handler.py b/letsencrypt/auth_handler.py index 2da053f8c..5f6365167 100644 --- a/letsencrypt/auth_handler.py +++ b/letsencrypt/auth_handler.py @@ -486,7 +486,7 @@ def is_preferred(offered_challb, satisfied, _ERROR_HELP_COMMON = ( "To fix these errors, please make sure that your domain name was entered " - "correctly and the DNS A/AAAA record(s) for that domain contains the " + "correctly and the DNS A record(s) for that domain contains the " "right IP address.")