How to diagnose CERTIFICATE_VERIFY_FAILED on Windows for websites working in browsers?
Chi Hsuan Yen
yan12125 at gmail.com
Fri Sep 9 05:47:51 EDT 2016
More information about the Python-list mailing list
Fri Sep 9 05:47:51 EDT 2016
- Previous message (by thread): How to diagnose CERTIFICATE_VERIFY_FAILED on Windows for websites working in browsers?
- Next message (by thread): How to diagnose CERTIFICATE_VERIFY_FAILED on Windows for websites working in browsers?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Sep 9, 2016 at 4:18 PM, Chi Hsuan Yen <yan12125 at gmail.com> wrote: > > > On Fri, Sep 9, 2016 at 2:54 PM, dieter <dieter at handshake.de> wrote: > >> Chi Hsuan Yen <yan12125 at gmail.com> writes: >> > ... >> > Thanks a lot! I just lost my direction when trying to understand how >> > certificate verification works in Python. >> >> It sets things up for "OpenSSL" and then delegates all details >> to it. >> >> > Thanks, sounds a great start point. I'll look into OpenSSL. > > >> -- >> https://mail.python.org/mailman/listinfo/python-list >> > > I found that OpenSSL provides an X509 callback hook that allows clients to know why the verification process fails. Seems CPython does not use it yet. I hope it can be added to CPython. Where should I go next, python-dev, python-ideas or bugs.python.org? Thanks.
- Previous message (by thread): How to diagnose CERTIFICATE_VERIFY_FAILED on Windows for websites working in browsers?
- Next message (by thread): How to diagnose CERTIFICATE_VERIFY_FAILED on Windows for websites working in browsers?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list