[ https://issues.apache.org/jira/browse/CLIMATE-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on CLIMATE-579 started by Michael Anderson. ------------------------------------------------ > urllib2 and Python2.7.9 > ------------------------ > > Key: CLIMATE-579 > URL: https://issues.apache.org/jira/browse/CLIMATE-579 > Project: Apache Open Climate Workbench > Issue Type: Dependency upgrade > Environment: Anaconda 2.1.0 > Reporter: Kim Whitehall > Assignee: Michael Anderson > Priority: Minor > Fix For: 1.3.0 > > Attachments: Screen Shot 2015-02-09 at 2.26.38 PM.png > > > I recently updated conda, and broke rcmed and ESGF access due to urllib2 > issues. The error is given in the attached screenshot. Thanks to [~boustani] > for giving me a fix. If you run into this problem, do execute the following > lines of code. > import ssl > if hasattr(ssl, '_create_unverified_context'): > ssl._create_default_https_context = ssl._create_unverified_context > > I'll explore removing the urllib2 dependency for a more permanent fix. -- This message was sent by Atlassian JIRA (v7.6.3#76005)