socks-over-https icon indicating copy to clipboard operation
socks-over-https copied to clipboard

convert a https proxy into socks5 proxy

Results 4 socks-over-https issues
Sort by recently updated
recently updated
newest added

Worked fine when request using ip, but not work when request using domain. ``` 9:36AM ERR socks: Failed to handle request: Failed to resolve destination 'github.com': lookup github.com: getaddrinfow: This...

Can this program implement https proxy to socks5 proxy? I currently have https proxy The format is like this https://xxxx.com:443 I need to convert it to socks5 to work. I...