scratchattach
scratchattach copied to clipboard
Question:About TwCloudConnection class and cloud_host
Does the TwCloudConnection class need a cloud host with an SSL certificate?
not sure. Maybe check turbowarp's docs on custom cloud hosts or simply try it out
No it doesn't. I tested it.
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.