|
|
Subscribe / Log in / New account

Python decides for certificate validation

Python decides for certificate validation

Posted Sep 11, 2014 17:41 UTC (Thu) by leoluk (guest, #97665)
Parent article: Python decides for certificate validation

The python-requests library supports SSL certificate validation:

http://docs.python-requests.org/en/latest/user/advanced/#...

Nice to hear that they'll implement verification in the standard library.


to post comments

Python decides for certificate validation

Posted Sep 12, 2014 15:11 UTC (Fri) by DavidS (guest, #84675) [Link]

After having had the "opportunity" to have to review http APIs in python I'm really wondering why anyone would prefer the abomination that is urllib over python-requests.

In the same time I spent checking how I could (not) solve my TLS use case with urllib I had it already implemented and running with requests. Never looked back.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds