tunnelto icon indicating copy to clipboard operation
tunnelto copied to clipboard

--scheme flag not working

Open markojak opened this issue 1 year ago • 0 comments

Hi,

Have been paying/using Tunnelto for a while and now I have a local service that only runs on HTTP (I would need to attach a certificate for it to work with SSL) so I want Tunnelto to only use HTTP

Can someone help?

Command I'm using

$ tunnelto -s app --scheme http --port 8080

Output

🌏 Success! Remote tunnel is now open.

+-------------------------+---------------------------------------+
| Public tunnel URL             |     https://app.tunnelto.dev                      |
+-------------------------+---------------------------------------+
| Local inspect dashboard |     http://localhost:50506                          |
+-------------------------+---------------------------------------+
| Forwarding traffic to         |     http://localhost:8080                          |
+-------------------------+---------------------------------------+

markojak avatar Nov 22 '22 17:11 markojak