I'm trying to connect to a socks5 proxy that requires credentials. I'm using socksify-ruby but can't stop receiving this error
SOCKSError::NotAllowed: connection not allowed by ruleset
From what I read it's an authentication issue but I am unable to find the right syntax.
Currently I'm trying this:
proxy: 'socks://username:password@proxy-nl.privateinternetaccess.com:1080'
I believe this is already supported however I would like if someone could tell me a request example
Thanks in advance
I'm trying to connect to a socks5 proxy that requires credentials. I'm using socksify-ruby but can't stop receiving this error
From what I read it's an authentication issue but I am unable to find the right syntax.
Currently I'm trying this:
I believe this is already supported however I would like if someone could tell me a request example
Thanks in advance