BeardedManStudios / ForgeNetworkingRemastered

See various forks, also please join the Forge Community fork of Forge Alloy! -> https://github.com/ForgeAlloyCommunity/ForgeAlloy
https://twitter.com/FarrisFaulds
Apache License 2.0
1.49k stars 311 forks source link

SSL/TLS/Encryption support for TCP/UDP servers #383

Open NoTuxNoBux opened 3 years ago

NoTuxNoBux commented 3 years ago

(Deleted the template because it's not a bug.)

I was wondering if it's possible, or otherwise planned, to support encryption between the server and the client using SSL/TLS or similar. I did some searching on the issue tracker, wiki, and in the codebase, but couldn't find anything related to this - apologies if I looked over it.

Forge already supports authentication, which is great, but I'd rather not send data unencrypted over the network if the server is not hosted locally.

Thanks in advance!