2 comments (2 comments)4 reactions (4 reactions)0 assignees (0 assignees)JavaScript43,787 stars (43,787 stars)2,403 forks (2,403 forks)batch import
enhancementgood first issuehelp wantedmodule-ssl
Description
This issue does not include a description.
- Issue type
- feature
- Prerequisites
- None
- Research direction
- Investigate the existing SSL configuration in Bruno. The application likely has a global SSL verification setting. To add a request level toggle, one would need to modify the HTTP client (likely using a library like axios or node fetch) to accept an option to disable SSL verification per request. Check the repository's network layer code, possibly in files related to request execution. Also review any existing issues or discussions about SSL settings.