[docs] SSLContext.load_verify_locations
Joseph Netti (RIT Student)
jxn1558 at rit.edu
Fri Jul 6 10:16:40 EDT 2018
Hi,
I think I found either a bug in the documentation or a bug in the
load_verify_locations function (or I am just using the function wrong).
https://docs.python.org/3/library/ssl.html#ssl.SSLContext.load_verify_locations
I am trying to use crls with the ssl.py library which according to the
documentation should be done by with the load_verify_locations function.
Here is my stackoverflow post about it:
https://stackoverflow.com/questions/51196492/how-to-use-crls-in-pyopenssl?noredirect=1#comment89404681_51196492
Thanks,
Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20180706/1591e67c/attachment-0001.html>
More information about the docs
mailing list