Skip to content

What's the way to ignore ssl? #496

Answered by rtaycher
rtaycher asked this question in Q&A
Discussion options

You must be logged in to vote

If anyone is reading this discussion at a later point
Now that MR #497 has been the way to ignore ssl verification is to set verify_ssl=False
in the Client/AuthenticatedClient
client = Client(base_url="https://internal_api.example.com", verify_ssl=False)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@rtaycher
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by rtaycher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants