Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RF1705
Copy link

@RF1705 RF1705 commented Jan 24, 2025

…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.

…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant