BillionMail icon indicating copy to clipboard operation
BillionMail copied to clipboard

Error generating certificate SSL

Open DannielTp opened this issue 4 months ago • 3 comments

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.

DannielTp avatar Aug 19 '25 20:08 DannielTp

Hey, we have noticed this issue and will fix it in the next release.

dreambladeflag avatar Aug 22 '25 10:08 dreambladeflag

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.

mdarrint avatar Nov 08 '25 20:11 mdarrint

is this issue resolved? same happens to me. now dont know what to do

janakkapadia avatar Nov 25 '25 14:11 janakkapadia