ccarney16 / pterodactyl-containers

Pterodactyl Panel within a docker container
230 stars 78 forks source link

SSL not working #121

Closed MoMMde closed 2 years ago

MoMMde commented 2 years ago

Problem

Im running on Ubuntu 20.04, when i see the logs of the Panel, these are the last few lines:

Seeded:  Database\Seeders\EggSeeder (375.12ms)
Database seeding completed successfully.
[setup] Warning: SSL Certificate was not specified or doesnt exist, using HTTP.
--- Starting Pterodactyl Panel: v1.6.2 **---**

What have i done

I did everything under this Wiki Tab: https://github.com/ccarney16/pterodactyl-containers/wiki/Configure-SSL

I also did a WildCart cert on the Host to *.tenebris.club.

ccarney16 commented 2 years ago

Check the location of your SSL Certificates. Are you using the Let's Encrypt setup built for this project or is it external?

MoMMde commented 2 years ago

The SSL certificates do exist. I'm using LetsEncrypt. And in case you need it: This is my WildCard cert command

certbot -d tenebris.club -d *.tenebris.club --server https://acme-v02.api.letsencrypt.org/directory --manual --preferred-challenges dns certonly