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
In addition to -k or
-k
tls: rejectUnauthorized: false
options which completely disable ssl verify, it'd be nice to have an option to pass custom ca. Something like:
tls: ca: './ca.crt'
The text was updated successfully, but these errors were encountered:
Anything set in config.tls will be merged into the Request options:
config.tls
https://github.com/request/request#tlsssl-protocol
Sorry, something went wrong.
Yes but that leaves the file reading bit to the user. Not a huge pain but now its not just a simple yaml/json config file.
Merge pull request #199 from hassy/http-agent
13ca26c
No branches or pull requests
In addition to
-k
oroptions which completely disable ssl verify, it'd be nice to have an option to pass custom ca. Something like:
The text was updated successfully, but these errors were encountered: