Skip to content
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

Cert required for http server #14

Open
PhasecoreX opened this issue Mar 30, 2023 · 1 comment
Open

Cert required for http server #14

PhasecoreX opened this issue Mar 30, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@PhasecoreX
Copy link

Seems like in server.js, it tries to read from ssl.cert and ssl.key even if bUseHTTPS is set to false in the config. This causes an error when starting utstats2.

@scottadkin
Copy link
Owner

Fixed for the next release, you can replace the contents of server.js with this to fix the error: https://github.com/scottadkin/node-utstats-2/blob/weapon-stats/server.js

@scottadkin scottadkin added the bug Something isn't working label Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants