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

Use SNI & begin verifying HTTPS certificates #134

Open
rollerozxa opened this issue Aug 16, 2023 · 0 comments
Open

Use SNI & begin verifying HTTPS certificates #134

rollerozxa opened this issue Aug 16, 2023 · 0 comments

Comments

@rollerozxa
Copy link
Collaborator

Currently the game doesn't verify HTTPS certificates because it doesn't use SNI to specify to the server which host it is connecting to. So when it connects to https://principia-web.se it receives the self-signed certificate on https://51.68.173.17 instead of the proper principia-web certificate signed by Let's Encrypt.

I could fiddle with my certificates on the server side, but it's better if this got fixed in the client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant