mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[GH-ISSUE #33] Connect to HTTPS localhost #31
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sravanco on GitHub (Dec 3, 2020).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/33
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?
@agrinman commented on GitHub (Dec 4, 2020):
just added this on master:
github.com/agrinman/tunnelto@5d6f667760the command can be used like
tunnelto --scheme https --port 8080"@sravanco commented on GitHub (Dec 4, 2020):
@agrinman does it take some time to get updated in Homebrew?
I have updated tunnelto just now and --scheme not yet available.
@agrinman commented on GitHub (Dec 4, 2020):
Correct -- I haven't updated brew yet
@sravanco commented on GitHub (Dec 5, 2020):
Any estimate when it will be available in brew?
@sravanco commented on GitHub (Dec 8, 2020):
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 :( )