Propagate ssl verify (just like base_url)#2455
Propagate ssl verify (just like base_url)#2455goldstar611 wants to merge 5 commits intoPyGithub:masterfrom goldstar611:propogate_ssl_verify
Conversation
|
Just like
Duplicating the arguments passed to |
|
I'm up for moving and propagating those parameters in this PR but agree with you that there should be a better way. If python provided a way to override values in the constants file that would be ideal. Since I knew that the Let me know what you want to see here and I'll work on it. |
|
whoops, I renamed the branch to correct a typo (propagate) and the PR closed here. But do let me know if |
|
I think there should be one entry point that takes |
It's common to have a custom root CA for self hosted github enterprise installations. Propogate the
verifyparameter just likebase_urlparameter.#2447