ccarney16 / pterodactyl-containers

Pterodactyl Panel within a docker container
235 stars 79 forks source link

Install ca-certificates to support LetsEncrypt #55

Closed tecnobrat closed 4 years ago

tecnobrat commented 4 years ago

Without ca-certificates your panel cannot be behind a LetsEncrypt certificate, sftp reaches out to the API on the panel, so without this it cannot validate your sftp credentials.

Further, the sftp server simply rejects your auth details and provides no details on why it failed.

ccarney16 commented 4 years ago

I no longer support the golang based sftp-daemon. However, changes you have stated would be added to the golang daemon in the next release as that is a potential issue.