scratchattach icon indicating copy to clipboard operation
scratchattach copied to clipboard

Question:About TwCloudConnection class and cloud_host

Open manogames opened this issue 11 months ago • 1 comments

Does the TwCloudConnection class need a cloud host with an SSL certificate?

manogames avatar Mar 09 '24 18:03 manogames

not sure. Maybe check turbowarp's docs on custom cloud hosts or simply try it out

TimMcCool avatar Mar 27 '24 02:03 TimMcCool

No it doesn't. I tested it.

zaid1442011 avatar Aug 21 '24 14:08 zaid1442011

If you are using wsS, you must use a self-signed certificate or a free one from Let's Encrypt. If you are using ws (not secure), the certificate is not needed By default the turbowarp node server is using ws.

If you need a secure server, you should host a non-secure one behind an https (secure) reverse proxy, like this: https://github.com/TurboWarp/cloud-server?tab=readme-ov-file#production-setup

For testing just use it in the ws mode.

namtacs avatar Aug 21 '24 17:08 namtacs