Richard G
Verified User
I'm trying to create a ssl certificate for my hostname like state in.
But this is the result every time:
But this is the result every time:
Code:
Challenge status: invalid. Challenge error: "type": "http-01", "status": "invalid", "error": { "type": "urn:ietf:params:acme:error:connection", "detail": "Fetching http://vps.someserver.nl/.well-known/acme-challenge/6iSIHA9NvESt3QRkqLfCyuQQxJoqIm7F1Nc3yjrhkFc: Connection refused", "status": 400 . Exiting...
Previously it was complaining about a missing A record. So I created an A record for the hostname.
When visiting http://vps.someserver.nl it's showing "apache is functioning normally" but indeed a /.well-known/acme-chellenge/6xxxx etc. can not be found.
It's not a firewall issue, no firewall installed yet, iptables is all open.
I don't know what's going wrong I always did it this way and never had issues before.