0 votes

I'm currently working on a multiplayer game that includes a gateway server written in Python and a game server using Godot's high-level multiplayer. For multiple reasons there has top be a direct connection between these two servers, which would preferably be encrypted, and if that was done by TLS the certificates could double as authentication of the identity of these servers. That means that it would be great if both the (one server acting as) client, and the server could verify each others certificates.
Right now I'm using a web socket connection between these two servers, and this mutual TLS verification doesn't appear to pose any problem on the Python side, but I can't seem to find any way to do this with the WebSocketClient that I'm using on the Godot side. Is this possible, or are there other ways to do this?

Godot version 3.2.3
in Engine by (12 points)

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.