[Bug 4588] New: SSL-related buildbot failures with Py2.6 on OS X

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Fri Apr 3 17:38:26 UTC 2015


http://bz.selenic.com/show_bug.cgi?id=4588

          Priority: normal
            Bug ID: 4588
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: SSL-related buildbot failures with Py2.6 on OS X
          Severity: bug
    Classification: Unclassified
                OS: Mac OS
          Reporter: mpm at selenic.com
          Hardware: Macintosh
            Status: UNCONFIRMED
           Version: default branch
         Component: Mercurial
           Product: Mercurial

http://hgbuildbot.kublai.com/builders/OS%20X%2010.8%20hg%20tests/builds/413/steps/run-tests.py%20%28python2.6%29/logs/stdio

--- /Users/buildslave/mountainlion/OS_X_10_8_hg_tests/build/tests/test-https.t
+++
/Users/buildslave/mountainlion/OS_X_10_8_hg_tests/build/tests/test-https.t.err
@@ -130,20 +130,11 @@
 clone via pull

   $ hg clone https://localhost:$HGPORT/ copy-pull $DISABLEOSXDUMMYCERT
-  warning: localhost certificate with fingerprint
91:4f:1a:ff:87:24:9c:09:b6:85:9b:88:b1:90:6d:30:75:64:91:ca not verified (check
hostfingerprints or web.cacerts config setting)
-  requesting all changes
-  adding changesets
-  adding manifests
-  adding file changes
-  added 1 changesets with 4 changes to 4 files
-  updating to branch default
-  4 files updated, 0 files merged, 0 files removed, 0 files unresolved
+  abort: error: _ssl.c:490: error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
+  [255]
   $ hg verify -R copy-pull
...

Probably related to Yuya's recent changes:

02/26 760a yuya  ssl: load CA certificates from system's store by default on
Python 2.7.9
03/04 b76d yuya  ssl: set explicit symbol "!" to web.cacerts to disable SSL
verification (BC)
03/04 07faf yuya  test-https: enable dummycert test only if Apple python is
used (issue4500)
03/04 922e yuya  ssl: extract function that returns dummycert path on Apple
python
02/26 97a5 yuya  dispatch: work around UnicodeDecodeError caused by SSLError of
Python 2.7.9
01/14 948a8 augie  sslutil: drop defunct ssl version constants
01/14 e1931 augie  sslutil: use saner TLS settings on Python 2.7.9
01/14 58080 augie  sslutil: drop support for clients of sslutil specifying a
TLS version

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list