-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Proxy Configuration Issue in Bruno v1.28+ #3233
Comments
With Bruno version 1.33.1, I encounter the following error: When I disable the proxy in the collection, the request works fine. However, with the collection proxy enabled, the request fails. It seems like the proxy bypass is not being handled correctly. |
…when shouldProxy or shouldUseSystemProxy was false (#3317) * fix: set httpsAgentRequestFields on request.httpsAgent when shouldProxy is false * fix: set httpsAgentRequestFields on request.httpsAgent when shouldUseSystemProxy is false
I have merged the PR for this fix. @Ved_Sharma please test the resolution once |
@giuseppemilicia, could you please check if the issue is resolved in version v1.34.0? |
@helloanoop the issue has been fixed in version v1.34.0 |
…psAgent when shouldProxy or shouldUseSystemProxy was false (usebruno#3317) * fix: set httpsAgentRequestFields on request.httpsAgent when shouldProxy is false * fix: set httpsAgentRequestFields on request.httpsAgent when shouldUseSystemProxy is false
I have checked the following:
Describe the bug
Since version 1.28 of Bruno, when configuring "proxy enabled" and "proxy pass" for a specific domain within a collection, requests that bypass the proxy return the following error:
Error invoking remote method 'send-http-request': Error: unable to verify the first certificate.
If the proxy is disabled or when using version 1.27, everything works as expected.
.bru file to reproduce the bug
No response
Screenshots/Live demo link
v1.31:
The text was updated successfully, but these errors were encountered: