Closed bramhoven closed 4 months ago
I managed to fix the issue. What happened was that the Traefik reverse proxy that is in front of my Wildduck api server redirected all the http traffic to https (with a certificate that was self signed by Traefik). I now managed to remove the redirection and added an ssl passthrough. Now the certificates are successfully issued!
I have enabled autogenerate in the configuration and configured the domains as well. Whenever it tries to generate the certificates it logs the following messages and usually crashes right after.
My ACME config is:
I am running the wildduck-dockerized and the API is running on port 80 and the
https://mail.xxxx.xx
is accessible with a self signed cert.