Y
Hacker News
new
|
ask
|
show
|
jobs
by
voltagex_
5080 days ago
The requests library in Python will check your certs.
docs.python-requests.org/en/latest/user/advanced/#advanced
2 comments
polychrome
5080 days ago
This will take you straight there:
http://docs.python-requests.org/en/latest/user/advanced/#ssl...
link
voltagex_
5080 days ago
Thanks. Did I miss the TOC or was that a hidden anchor?
link
forsaken
5080 days ago
Most sphinx documentation has a permalink if you hover over the title text. It will show up in this instance to the right.
link
polychrome
5079 days ago
Ahh. I couldn't figure that out to be honest, so I just viewed the source.
link
va1en0k
5080 days ago
Why the hell is that advanced?
Nice to know, though. Thanks!
link
natrius
5080 days ago
Changing which certificates are used and whether to check is advanced. The right thing is the default.
link