newmodels Looking at Godot's networking, and it looks good. But now it seems that security might be missing. Is there a way of encrypting the packets? With something like, turnonencryption();
kryzmak From the HTTP Client perspective you can use connect_to_host() with use_ssl flag set to true. Of course you have to provide some certificate on server side (self signed, lets encrypt etc.)