You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched existing issues and found nothing related to my issue.
Describe the bug
macOS 15.2 / Bruno 1.37.0
Error invoking remote method 'send-http-request': Error: self signed certificate in certificate chain
I have tried both disabling completely and using the Custom CA file (with and without keep default) all with the same results.
Proxy is set to System (no envs in play) and is PAC based.
Developer Tools showing the issues with loading the results, but not the cause of the issue. Couldn't track down any logic logging.
I did spot #725 which seemed to reflect this specific issue, but I don't see any code not using the Patched function. Going to try and debug to see if I can figure out why CA prefs are being dropped for a proxied connection.
.bru file to reproduce the bug
Any GET to a resource where you have a proxy overriding TLS in the connection.
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered:
So I am wondering if that setting in General only applies when an explicit proxy is in play and in my case we have an implicit proxy solution? Looking at the stacktrace running debug I can't find any indication that rejectUnauthorized is being added to the request itself via options.
The TLS/CA prefs are in General so I expected they would just be on all Agent declarations, but maybe a bad assumption. Likely can workaround w NODE_EXTRA_CA_CERTS in an rc file, but prefer to figure out why the prefs are not working as expected.
I have checked the following:
Describe the bug
macOS 15.2 / Bruno 1.37.0
Error invoking remote method 'send-http-request': Error: self signed certificate in certificate chain
I have tried both disabling completely and using the Custom CA file (with and without keep default) all with the same results.
Proxy is set to System (no envs in play) and is PAC based.
Developer Tools showing the issues with loading the results, but not the cause of the issue. Couldn't track down any logic logging.
I did spot #725 which seemed to reflect this specific issue, but I don't see any code not using the Patched function. Going to try and debug to see if I can figure out why CA prefs are being dropped for a proxied connection.
.bru file to reproduce the bug
Any GET to a resource where you have a proxy overriding TLS in the connection.
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered: