Closed danilovsergei closed 6 months ago
It looks like I find out. https proxy configuration with user password looks like this:
./glider -listen http://:8999 -forward "tls://mx.secureconnect.me:7070,http://user:password@"
Examples have that line, but there is no explanation what it does.
It looks quite technical to understand what tls://mx.secureconnect.me:7070,http://user:password@
does
Maybe it makes sense to add to README simple explanation to use that line for https with user/pass ?
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.
I'm trying to connect to https secureconnect.me:7070 proxy , which has user/pass auth
Basically doing pretty much the same as describe in that article: https://torguard.net/indexori.php?rp=/knowledgebase/297/How-to-Connect-with-TorGuardandsharp039s-SSL-Proxy-on-Android.html
But there are not examples of using https with user/password. I tried
And also