> I gave it but realized that most people only know that Requests does the right things for them for TLS
as long as you don't work somewhere that has its own internal CA infrastructure
requests decides to use its own built-in CA store instead of the carefully tweaked OpenSSL default (the location of which you may not know declaratively)
meanwhile urllib works fine
(yes I read further down where this point is sort of mentioned)
as long as you don't work somewhere that has its own internal CA infrastructure
requests decides to use its own built-in CA store instead of the carefully tweaked OpenSSL default (the location of which you may not know declaratively)
meanwhile urllib works fine
(yes I read further down where this point is sort of mentioned)