Skip to content

Proxy and Self-Signed Certs / CA Pathing #908

Answered by jshcodes
lostpolaris asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lostpolaris -

The dictionary will probably be treated as a string when you provide it to the proxy keyword, so you might need to run it through json.loads. I was able to make this work using os.getenv doing so. (Detecting an incoming string for this keyword feels like an excellent enhancement, I will create an issue for this.)

You are able to provide a filename for the ssl_verify keyword and it should be handed to requests when you make the API call. Thank you for pointing out the documentation gap, I'll get a ticket created for this as well. 😄

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lostpolaris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
authentication Issues or questions regarding authentication SDK usage General SDK usage issues and questions
2 participants