Replies: 1 comment
-
I don't have any tips to provide, and it looks like you saw #205 (now #209) already, and you may find #199 helpful as well. I'm going to move this to a discussion as well, maybe someone in one of these places can help! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm fairly new to both rust, crtu-rs and Hombrew related stuff in general but i'm trying to code a mini game client for a friend's game that use websocket for data communication.
It work fine connecting my local, non ssl, websocket server, both tungstenite + serde_json.
Now i'm trying to connect to the game server, online, but it use ssl websocket and i'm having trouble to find how it works with ctru-rs.
I saw the SslC service, but beside how enabling it, did not find much info on how to use it or tell tungstenite to use it. For the later part, i suspect i'll have to provide a ssl provider ?
Anyway, if anyone know how to do that, or want to provide some guidance, it will help a lot.
Have a nice day.
Beta Was this translation helpful? Give feedback.
All reactions