XMLWordPrintableJSON

Details

    • Dependency upgrade
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.4.0
    • 1.4.0
    • None
    • None
    • Anaconda 2.1.0

    Description

      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.

      Attachments

        Activity

          People

            michael.arthur.anderson@gmail.com Michael Anderson
            kwhitehall Kim Whitehall
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: