shadowsocks-rust icon indicating copy to clipboard operation
shadowsocks-rust copied to clipboard

How to expose socks5 and http proxy with username and password in sslocal?

Open kuolemaaa opened this issue 5 months ago • 1 comments

as title, how do I set it such that i connect to the sslocal via like socks5://myusername:mypassword@mysslocal ??

kuolemaaa avatar Sep 09 '25 16:09 kuolemaaa

For SOCKS5, you need a separate JSON file to specify the username-password pairs. See https://github.com/shadowsocks/shadowsocks-rust#socks5-authentication-configuration.

HTTP basic auth is not currently supported. You might be interested in other implementations like https://github.com/database64128/shadowsocks-go.

database64128 avatar Sep 10 '25 08:09 database64128