[
https://issues.apache.org/jira/browse/CLIMATE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275509#comment-15275509
]
ASF GitHub Bot commented on CLIMATE-790:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/climate/pull/338
> 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)