File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -630,6 +630,15 @@ def test_md_702_041(self, env):
630630 # check that acme-tls/1 is available for none of the domains
631631 stat = env .get_md_status (domain )
632632 assert stat ["proto" ]["acme-tls/1" ] == []
633+ #
634+ env .httpd_error_log .ignore_recent (
635+ lognos = [
636+ "AH10056" # None of the ACME challenge methods configured for this domain are suitable
637+ ],
638+ matches = [
639+ r'.*None of the ACME challenge types for domain. *'
640+ ]
641+ )
633642
634643 # test case: 2.4.40 mod_ssl stumbles over a SSLCertificateChainFile when installing
635644 # a fallback certificate
@@ -645,6 +654,7 @@ def test_md_702_042(self, env):
645654 conf .add_md (dns_list )
646655 conf .add_vhost (dns_list )
647656 conf .install ()
657+ env .httpd_error_log .clear_log ()
648658 assert env .apache_restart () == 0
649659 assert env .await_completion ([domain ])
650660
You can’t perform that action at this time.
0 commit comments