repman icon indicating copy to clipboard operation
repman copied to clipboard

Adjusted proxy handling for Repman instance: Added explicit proxy con…

Open RF1705 opened this issue 1 year ago • 0 comments

…figuration via stream context to ensure functionality behind a corporate proxy.

Since my Repman instance is running behind a corporate proxy, I couldn't use the native proxy functionality provided by Repman directly, as it didn't work in my setup. However, by explicitly setting the proxy configuration in the stream context of my HTTP requests, the connection works as expected. This approach ensures that the traffic is routed through the proxy without relying on Repman's internal handling.

RF1705 avatar Jan 24 '25 07:01 RF1705