Error generating certificate SSL
I get an error when generating the ssl certificate
{
"success": false,
"code": 500,
"msg": "Failed to apply for SSL certificate: error: one or more domains had a problem:\n[------domain-------] invalid authorization: acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: -----ip------: Invalid response from https://mail.-------.com/.well-known/acme-challenge/UnZL6V25Z62-OFkjMSjD1JTscgGpvXHCXz3z651al6k: 404\n",
"data": null
}
I have a reverse proxy (Nginx proxy manager) redirect de mail.domain.com to the container in port 80.
Hey, we have noticed this issue and will fix it in the next release.
I have a Traefik proxy, and the same thing seems to occur there.
Failed to apply for SSL certificate: error: one or more domains had a problem: [mail.---.com] invalid authorization: acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: ##.##.##.##: Invalid response from http://mail.---.com/.well-known/acme-challenge/75435G_vRuMEoWn0PpNn0yKU97NZO9PDPqSlUpKorybM: 404
Wonder if using curl on the raw port on the container would enable it to work right. Going to try that.
is this issue resolved? same happens to me. now dont know what to do