I have been trying to git trac config but I keep getting this error 
I am using macOS Mojave
please help
I had followed all the instructions on  Collaborative Development with 
Git-Trac  page



Saved trac username.

Saved trac password.

Trac xmlrpc URL:

    https://trac.sagemath.org/xmlrpc (anonymous)

    https://trac.sagemath.org/login/xmlrpc (authenticated)

    realm sage.math.washington.edu

Username: akrikan

Password: ********

Retrieving SSH keys...

Traceback (most recent call last):

  File "/Users/krishnakantammanamanachi/git-trac-command/bin/git-trac", 
line 18, in <module>

    cmdline.launch()

  File 
"/Users/krishnakantammanamanachi/git-trac-command/git_trac/cmdline.py", 
line 265, in launch

    app.print_config()

  File "/Users/krishnakantammanamanachi/git-trac-command/git_trac/app.py", 
line 391, in print_config

    for key in self.trac.get_ssh_fingerprints():

  File 
"/Users/krishnakantammanamanachi/git-trac-command/git_trac/trac_server.py", 
line 114, in get_ssh_fingerprints

    for key in self.get_ssh_keys():

  File 
"/Users/krishnakantammanamanachi/git-trac-command/git_trac/trac_server.py", 
line 105, in get_ssh_keys

    return self.authenticated_proxy.sshkeys.getkeys()

  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py", 
line 1243, in __call__

    return self.__send(self.__name, args)

  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py", 
line 1602, in __request

    verbose=self.__verbose

  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py", 
line 1283, in request

    return self.single_request(host, handler, request_body, verbose)

  File 
"/Users/krishnakantammanamanachi/git-trac-command/git_trac/digest_transport_py2.py",
 
line 127, in single_request

    response = self.opener.open(req)

  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", 
line 431, in open

    response = self._open(req, data)

  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", 
line 449, in _open

    '_open', req)

  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", 
line 409, in _call_chain

    result = func(*args)

  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", 
line 1243, in https_open

    context=self._context)

  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", 
line 1200, in do_open

    raise URLError(err)

urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] 
certificate verify failed (_ssl.c:726)>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to