This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients christian.heimes, gregory.p.smith
Date 2019-07-24.03:23:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563938626.6.0.354275684007.issue37666@roundup.psfhosted.org>
In-reply-to
Content
Probably nevermind on implementing this:

  ssl_context = ssl.create_default_context(cadata=...)
  urllib.request.urlopen(..., context=ssl_context)

Works fine.  It might be worth a note in the urlopen() docs if anything.
History
Date User Action Args
2019-07-24 03:23:46gregory.p.smithsetrecipients: + gregory.p.smith, christian.heimes
2019-07-24 03:23:46gregory.p.smithsetmessageid: <1563938626.6.0.354275684007.issue37666@roundup.psfhosted.org>
2019-07-24 03:23:46gregory.p.smithlinkissue37666 messages
2019-07-24 03:23:46gregory.p.smithcreate