Verify error: "Fetching http

Hi!

I followed this description to use Let's Encrypt on my Sophos UTM:

And this posting to use the certificate for the user portal:

There is always a timeout though:
getssl: jitpro.net:Verify error: "Fetching http

I can access the challenge in my browser:
http://jitpro.net/.well-known/acme-challenge/2rY7iZPe0NZXZ_K9vUriqc8OGOFfsx70UjKNOzbdWDM

But when I try to curl the url, I get a 503:
curl -vi http://62.176.231.62/.well-known/acme-challenge/2rY7iZPe0NZXZ_K9vUriqc8OGOFfsx70UjKNOzbdWDM

  • Trying 62.176.231.62...
  • Connected to 62.176.231.62 (62.176.231.62) port 80 (#0)

GET /.well-known/acme-challenge/2rY7iZPe0NZXZ_K9vUriqc8OGOFfsx70UjKNOzbdWDM HTTP/1.1
Host: 62.176.231.62
User-Agent: curl/7.47.0
Accept: /

< HTTP/1.1 503 Service Unavailable
< Date: Fri, 09 Mar 2018 14:29:55 GMT
< Server: Apache
< Content-Length: 299
< Connection: close
< Content-Type: text/html; charset=iso-8859-1

Is anyone able to push me into the right direction?

EDIT:
FYI, I had to change the settings. Currently it's not possible to access the http-server.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.