You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2020/09/13 16:18:30 UTC

svn commit: r1881684 - /comdev/reporter.apache.org/trunk/scripts/urlutils.py

Author: sebb
Date: Sun Sep 13 16:18:29 2020
New Revision: 1881684

URL: http://svn.apache.org/viewvc?rev=1881684&view=rev
Log:
Box has been upgraded, restore SSL check

Modified:
    comdev/reporter.apache.org/trunk/scripts/urlutils.py

Modified: comdev/reporter.apache.org/trunk/scripts/urlutils.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/urlutils.py?rev=1881684&r1=1881683&r2=1881684&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/urlutils.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/urlutils.py Sun Sep 13 16:18:29 2020
@@ -25,10 +25,6 @@ except:
 import time
 import calendar
 
-# urllib is currently broken and will fail on cert verify. Revert once box has been upgraded.
-import ssl
-ssl._create_default_https_context = ssl._create_unverified_context
-
 # time format used in Last-Modified/If-Modified-Since HTTP headers
 _HTTP_TIME_FORMAT = '%a, %d %b %Y %H:%M:%S GMT'