[SOLVED] letsencrypt issues

Discussion in 'General' started by Curtis Maurand, Mar 9, 2023.

  1. Hello,
    I hate to come back with letsencrypt issues again, but after searching, through things I haven't been able to find any solutions. I have enabled debug mode and have been running server.sh manually. I have also followed the letsencrypt faq and I have not found any solutions. I'm getting 403 errors from apache. The sites are all running various versions of phpn.n-fpm. I've tried creating the .well-known/acme-challenge/challenge.html manually and I'm getting the same error with a browser. Apache tells me "Client denied by server configuration." I think I'm missing something stupid.


    "identifier": {
    "type": "dns",
    "value": "xyonethost.com"
    },
    "status": "invalid",
    "expires": "2023-03-16T00:51:44Z",
    "challenges": [
    {
    "type": "http-01",
    "status": "invalid",
    "error": {
    "type": "urn:ietf:params:acme:error:unauthorized",
    "detail": "208.105.217.26: Invalid response from http://xyonethost.com/.well-known/acme-challenge/NmhCQYPRobh70p0wmcQfWzQrHu4A6ndsu1EEUrs0ZXQ: 4
    "status": 403
    },
    "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/209331433097/W2bZFA",
    "token": "NmhCQYPRobh70p0wmcQfWzQrHu4A6ndsu1EEUrs0ZXQ",
    "validationRecord": [
    {
    "url": "http://xyonethost.com/.well-known/acme-challenge/NmhCQYPRobh70p0wmcQfWzQrHu4A6ndsu1EEUrs0ZXQ",
    "hostname": "xyonethost.com",
     
  2. Decided to check on apache configurations a little more closely. It turns out that I had installed the python3-certbot-apache module which has a conf file that sets and alias for the .well-known/acme-challenge folder in /var/lib/letsencrypt/acme-challenges. I disabled the configuration and voila.
     

Share This Page