agrinman / tunnelto

Expose your local web server to the internet with a public URL.

Home Page:https://tunnelto.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect to HTTPS localhost

sravanco opened this issue · comments

It doesn't connect to my localhost with https://localhost:8080/. tunneto tries only for http://localhost:8080.
Anything I should do while setup? or this is something not available yet?

just added this on master: 5d6f667

the command can be used like tunnelto --scheme https --port 8080"

@agrinman does it take some time to get updated in Homebrew?
I have updated tunnelto just now and --scheme not yet available.

Correct -- I haven't updated brew yet

Any estimate when it will be available in brew?

The direct mac version too is old, 0.1.9.
Any clue how can I have the latest version with your fix? It's been a pain for me to update urls to switch between http & https when working with my web server and webhooks(sender supports only https :( )