[
https://issues.apache.org/jira/browse/CLIMATE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Anderson resolved CLIMATE-790.
--------------------------------------
Resolution: Fixed
Latest at git has this change per the pull request previously associated with
this JIRA.
https://github.com/apache/climate/blob/master/examples/esgf_integration_example.py
> 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: Michael Anderson
> Priority: Major
> Fix For: 1.3.0
>
>
> 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
(v7.6.3#76005)