Describe the bug
If I have an unmodified data-intake-esgf.yml in my ~/.config/esmvaltool/ directory (created using the command esmvaltool config copy data-intake-esgf.yml), ESMValTool v2.14.0 fails with:
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='search.api.globus.org', port=443): Max retries exceeded with url: /v1/index/a8ef4320-9e5a-4793-837b-c45161ca1845/scroll (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1032)')))
If I navigate to the page https://search.api.globus.org/v1/index/a8ef4320-9e5a-4793-837b-c45161ca1845/scroll I get:
(So sad the bunny doesn't render in this view! 🐰)
If I remove the data-intake-esgf.yml from my ~/.config/esmvaltool/ directory, ESMValTool works fine.
Does this happen to anyone else? This issue has been reported at the MO multiple times now, so it's not a user-specific issue, but it may be a MO-specific issue 😕
Describe the bug
If I have an unmodified
data-intake-esgf.ymlin my~/.config/esmvaltool/directory (created using the commandesmvaltool config copy data-intake-esgf.yml), ESMValTool v2.14.0 fails with:If I navigate to the page https://search.api.globus.org/v1/index/a8ef4320-9e5a-4793-837b-c45161ca1845/scroll I get:
(So sad the bunny doesn't render in this view! 🐰)
If I remove the
data-intake-esgf.ymlfrom my~/.config/esmvaltool/directory, ESMValTool works fine.Does this happen to anyone else? This issue has been reported at the MO multiple times now, so it's not a user-specific issue, but it may be a MO-specific issue 😕