-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Daemon crashes on launch with TLS error message #1423
Comments
Your ssl cert is bad - nodejs/node#16196 It appears to be a known issue per a google search. |
@parkervcp May I ask why the issue was immediately closed without giving me a chance to analyze and respond to the suggested cause of the issue? I don't believe that my certificate is "bad" because it's just a regular LetsEncrypt-issued SSL wildcard certificate. I don't see anything that suggests that something is wrong with the certificate itself. If it helps troubleshoot the issue, I can post the public portion of the certificate in question here. Edit: Changing the base image from |
Didn't realize this was using the daemon image we shipped, didn't see that mentioned anywhere previously. @parkervcp can you take a peek at some point and see if this is an issue with the image? |
I experienced the same problem with Wildcard SSL certificate from Let's Encrypt. Ubuntu 18.04. I received it with certbot (https://gist.github.com/talyguryn/bd0f30ab3eb183afbe9521261adfbc60#separated-http-and-https-servers). And it is not Nginx config mod as it was said in discord support. My panel and other sites were perfectly fine. |
Please provide the actual error you're getting, referencing the first issue and saying its the same doesn't always help us. 👍 |
Should I create another issue then, @DaneEveritt ? |
No, just include the error here when you're reporting that it is still being a problem. |
still no help to anyone |
Your SSL report is bad, try make another one or use another domain and not a wildcard. |
how do i make another SSL report and then add it? |
Background (please complete the following information):
Describe the bug
When running the Pterodactyl daemon with the config.json file below, the program immediately exits with a TLS related error. Please note that I redacted my domain name from the config file for privacy reasons.
Output from the Daemon's log file:
Output from
uname -a
:Output from
docker info
:To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the Daemon to start normally instead of crashing right after launching it.
The error message from the log file said something about a wrong curve. Based on that, my initial assumption is that the OpenSSL version that Pterodactyl uses doesn't support ECDSA certificates.
The text was updated successfully, but these errors were encountered: