Skip to content

Security question #6

Discussion options

You must be logged in to vote

Hi Jonathan,

The connection between the proxy server and PlayFab hosted VM is a standard websocket.

If it is an unsecured SignalR connection, isn't that still a significant problem?

It's not a problem from a security standpoint, since we consider the PlayFab VM to be within a trust boundary behind the reverse proxy.

An important detail in the implementation is that the client is unaware of the connection details between the reverse proxy and PlayFab VM. This is because the client passes a session ID to the reverse proxy, which is used to call RequestMultiplayerServerDetails and resolve the session's FQDN without exposing any of these details to the client.

If you're concerned about the …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@jonathanpaullin
Comment options

@jonathanpaullin
Comment options

@AustinBrunkhorst
Comment options

Answer selected by jonathanpaullin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants