summaryrefslogtreecommitdiffstats
path: root/network/r2e/rss2email.certver.patch
blob: b56ce4bcd75efeb89442f5c7fe32637d6b7a7394 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- rss2email.py.orig	2016-09-28 01:57:12.929900342 +0200
+++ rss2email.py	2016-09-28 01:57:36.316685746 +0200
@@ -25,6 +25,8 @@
 
 import urllib2
 urllib2.install_opener(urllib2.build_opener())
+import ssl
+ssl._create_default_https_context = ssl._create_unverified_context
 
 ### Vaguely Customizable Options ###