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

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

Open
1 task done
the-docta opened this issue Nov 18, 2024 · 0 comments
Open
1 task done
Labels
enhancement New feature or request module-qol

Comments

@the-docta
Copy link

the-docta commented Nov 18, 2024

I have checked the following:

  • I've searched existing issues and found nothing related to my issue.

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
@the-docta the-docta added the enhancement New feature or request label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module-qol
Projects
None yet
Development

No branches or pull requests

2 participants