Server Infrastructure - HTTPS for dynamic servers #251
Unanswered
reececomo
asked this question in
Help / Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey 👋
Re: spinning up dynamic servers in production:
^ Simplified version for illustrative purposes
What is the happy-path for connecting to dynamic servers over HTTPS?
Connect directly to the IP over HTTPfails withMixed Content: [...] This request has been blocked; the content must be served over HTTPS.
Connect directly to the IP over HTTPS with self-signed certificatefails withNET::ERR_CERT_AUTHORITY_INVALID
https://gameserver-123-123-123-123-9208.connect.mywebsite.com
If anyone has any practical examples to share, would love to take a look.
edit: For context we're currently using AWS, but flexible on infra. Considering using K8s/Agones, but that appears to face the same problem -> browsers can't connect to the webrtc signalling server without HTTPS.
Beta Was this translation helpful? Give feedback.
All reactions