How can I host game server created in godot (enet)?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By michal14

Hi. I would like host it with TLS, because itch.io requires it.

“Project Settings → Network → TLS” → this is only for client?

How are you using Itch? For the clients or the server?

SteveSmith | 2023-02-23 21:10

I wanted to host a game on itch.io and place the server software on a VPS. I know that itch.io requires the server to expose a connection over https/wss. Unfortunately, I found out that the godot server does not support websockets. Therefore, I won’t be able to play the multiplayer game created with enet through the browser.

michal14 | 2023-02-23 21:39