You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am using the --acl option of sslocal.exe and I cannot make it work. I have used an example like:
[bypass_all]
[proxy_list]
(^|\.)example\.com$
But I cannot get sslocal.exe to proxy example.com Using the system proxy on my browser, I can visit example.com but the proxy is not used. Though, if I remove the --acl option, the site is proxied into the shadowsocks proxy as intended. I have noticed something else. I am using a python script to check if the proxy is working or not against bing.com I would simply do requests.get() using the shadowsocks proxy IP:PORT. With --acl used, I get:
Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'
Though, without using --acl the test proceeds as expected without errors. Note that I originally added bing.com ((^|.)bing.com$) to proxy_list list of acl. Though, adding it or not adding would still result in the failed to establish error. I am not sure why this happens.
I would appreciate any information you can provide.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I am using the
--acloption ofsslocal.exeand I cannot make it work. I have used an example like:But I cannot get
sslocal.exeto proxyexample.comUsing the system proxy on my browser, I can visit example.com but the proxy is not used. Though, if I remove the--acloption, the site is proxied into the shadowsocks proxy as intended. I have noticed something else. I am using a python script to check if the proxy is working or not againstbing.comI would simply dorequests.get()using the shadowsocks proxy IP:PORT. With--aclused, I get:Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'Though, without using
--aclthe test proceeds as expected without errors. Note that I originally added bing.com ((^|.)bing.com$) toproxy_listlist of acl. Though, adding it or not adding would still result in thefailed to establisherror. I am not sure why this happens.I would appreciate any information you can provide.
Beta Was this translation helpful? Give feedback.
All reactions