Sandertv / mcwss

A websocket server for Minecraft Bedrock Edition
https://godoc.org/github.com/Sandertv/mcwss
MIT License
114 stars 25 forks source link

wss:// and SSL #17

Open dhuang101 opened 3 years ago

dhuang101 commented 3 years ago

Hi

I want to host an MC server using this package but my network requires I use wss:// and secure it with an SSL cert. How would I go about doing this for this package?

Thanks