[ https://issues.apache.org/jira/browse/CLIMATE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275508#comment-15275508 ]
ASF GitHub Bot commented on CLIMATE-790: ---------------------------------------- GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/338 CLIMATE-790 - SSL errors in the esgf example - the SSL error has been resolved. You can merge this pull request into a Git repository by running: $ git pull https://github.com/huikyole/climate CLIMATE-790 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/338.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #338 ---- commit 7d7c57d558087843b0f147ef43b2c033af125f00 Author: huikyole <huiky...@argo.jpl.nasa.gov> Date: 2016-05-08T07:49:23Z CLIMATE-790 - SSL errors in the esgf example - the SSL error has been resolved. ---- > SSL errors in the esgf example > ------------------------------ > > Key: CLIMATE-790 > URL: https://issues.apache.org/jira/browse/CLIMATE-790 > Project: Apache Open Climate Workbench > Issue Type: Bug > Reporter: Huikyo Lee > Assignee: Huikyo Lee > > The SSL error disappears by adding > import ssl > if hasattr(ssl, '_create_unverified_context'): > ssl._create_default_https_context = ssl._create_unverified_context -- This message was sent by Atlassian JIRA (v6.3.4#6332)