-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
SMP server fails to get HTTPS credentials, XFTP fine #1373
Comments
Getting this same issue but with the SMP server |
The same issue too, Do you have solved? |
Same issue |
I encountered the same problem today. It seems /etc/opt/simplex/web.crt, /etc/opt/simplex/web.key are only used for the built in web service to show the server info page with tls. See explanation in #1399. Since I'm using Nginx reverse proxy, I don't need the https connection in this docker. The solution I found is quite simple. So I commented these 3 lines in ~/simplex/smp/config/smp-server.ini: #https: 443 And uncommented 1 line: Then I restarted the container. If you really want to use https and LetsEncrypt. I guess you need to generate the cert and key file by certbot and then rename them to web.cert and web.key. |
The script I'm running results in the XFTP server getting up and running, but the SMP server fails with the error:
no HTTPS credentials: /etc/opt/simplex/web.crt, /etc/opt/simplex/web.key
OS: NixOS
Any pointers?
The text was updated successfully, but these errors were encountered: