We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
something like
post { url: https://demo9199572.mockable.io/ ssl-server-cert-validation: disabled ca-file: /path/to/cert.pem body: none auth: none }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: