EdyTheCow / docker-pterodactyl

Running Pterodactyl Panel inside docker containers behind Traefik reverse proxy
234 stars 49 forks source link

Error completing LetsEncrypt Challenge #12

Closed Fireant456 closed 3 years ago

Fireant456 commented 3 years ago

I keep running into this issue and I am not sure what is causing it. image

Fireant456 commented 3 years ago

Moreso the issue seems to be with Pterodactyl's panel. Whenever I try connecting either through Cloudflare or directly I get a "Bad Gateway" error. Any ideas?

EdyTheCow commented 3 years ago

Did you by any chance uncomment the "LE_EMAIL" line here https://github.com/EdyTheCow/pterodactyl-docker/blob/master/panel/compose/docker-compose.yml#L17 ? It looks like panel is looking for certificate, if you're using traefik that line should be commented out since traefik is taking care of certificates.