Replies: 1 comment 4 replies
-
|
This isn't something we plan to do. The Tarkov client expects to use HTTPS/WSS, and we no longer patch out this requirement, which means the Tarkov client is not capable of talking over HTTP/WS |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, SPT launches with enforced HTTPS. I would like to see a configurable way to use plaintext HTTP. My particular use case is that I'd like to run SPT behind my encrypting proxy, and I'd like to avoid all of the extra configuration of having my proxy interacting with and accepting self-signed backends. I imagine this might also make it easier to debug traffic if inspecting packets.
Since I'm running SPT in a container, my inclination would be to implement this as an environment variable check, so something like looking for $FORCE_HTTP and having this line https://github.com/sp-tarkov/server/blob/master/project/src/servers/HttpServer.ts#L49 conditionally set http/s based on this check.
Beta Was this translation helpful? Give feedback.
All reactions