afaik, there is no challenge on port https
Index: httpd.conf =================================================================== RCS file: /cvs/src/etc/examples/httpd.conf,v retrieving revision 1.20 diff -u -p -r1.20 httpd.conf --- httpd.conf 13 Jun 2018 15:08:24 -0000 1.20 +++ httpd.conf 13 Jun 2019 13:57:56 -0000 @@ -20,8 +20,4 @@ server "example.com" { location "/pub/*" { directory auto index } - location "/.well-known/acme-challenge/*" { - root "/acme" - request strip 2 - } }