Skip to content

Added ability to use SOCKS tunneling to connect to SOLIDServer

Ed Daniel requested to merge EIP_esdaniel/solidserverrest:master into master

Added an extra parameter to the connection object to be able to use SOCKS proxying/tunneling. When preparing to instantiate a connection, before doing so the proxies parameter is passed either as an empty dictionary or with the updated value set before instantiation. The value can also be queried using the get_ method. The parameter type is a string that should be in the format of an IP or FQDN with associated port for example: 127.0.0.1:9001 or localhost:9001 or your-jumphost.in.the.cloud:9001

Merge request reports