usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.56k stars 1.27k forks source link

Settings for SSL Verification on per-collection or per-request basis #3496

Open the-docta opened 3 days ago

the-docta commented 3 days ago

I have checked the following:

Describe the feature you want to add

basically, what the title sais. I can disable SSL Certificate validation or provide own certificates for the whole app.

Is it possible to disable verification of self-signed domains on per-request or per-collection basis?

Mockups or Images of the feature

something like

post {
  url: https://demo9199572.mockable.io/
  ssl-server-cert-validation: disabled
  ca-file: /path/to/cert.pem
  body: none
  auth: none
}
image