You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.
I've been poking around the code base trying to figure out the best way to not verify my self signed cert that I'm using in my local vagrant box. Ideally, I would need to be able to send requests verify=False
Any guidance would be helpfull
The text was updated successfully, but these errors were encountered:
The python client allows you to customize the Session instance used with the client.
However this isn't yet exposed in coreapi-cli.
With a bit of work you could have a customized cli tool, that ensures you use a custom requests.Session.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I've been poking around the code base trying to figure out the best way to not verify my self signed cert that I'm using in my local vagrant box. Ideally, I would need to be able to send requests verify=False
Any guidance would be helpfull
The text was updated successfully, but these errors were encountered: