scottadkin / node-utstats-2

Unreal Tournament stats tracking website built on top of the original utstats mutators with enhancements. Built using node.js and Next.js
6 stars 2 forks source link

Cert required for http server #14

Open PhasecoreX opened 1 year ago

PhasecoreX commented 1 year ago

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 commented 1 year ago

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