After a make distclean I can no longer push to trac via https (of git trac)

ralf@ark:~/sage> git trac push 24604 --branch=u/rws/24604
Pushing to Trac #24604...
Specified remote branch: u/rws/24604

To trac.sagemath.org:sage.git
 * [new branch]            HEAD -> u/rws/24604

Traceback (most recent call last):
  File "/home/ralf/sage/local/bin/git-trac", line 18, in <module>
    cmdline.launch()
  File 
"/home/ralf/sage/local/lib/python2.7/site-packages/git_trac/cmdline.py", 
line 223, in launch
    app.push(ticket_number, remote=args.remote, force=args.force)
  File "/home/ralf/sage/local/lib/python2.7/site-packages/git_trac/app.py", 
line 217, in push
    ticket = self.trac.load(ticket_number)
  File 
"/home/ralf/sage/local/lib/python2.7/site-packages/git_trac/trac_server.py", 
line 118, in load
    ticket = TracTicket(ticket_number, self.anonymous_proxy)
  File 
"/home/ralf/sage/local/lib/python2.7/site-packages/git_trac/trac_ticket.py", 
line 155, in TracTicket
    change_log = server_proxy.ticket.changeLog(ticket_number)
  File "/home/ralf/sage/local/lib/python2.7/xmlrpclib.py", line 1243, in 
__call__
    return self.__send(self.__name, args)
  File "/home/ralf/sage/local/lib/python2.7/xmlrpclib.py", line 1602, in 
__request
    verbose=self.__verbose
  File "/home/ralf/sage/local/lib/python2.7/xmlrpclib.py", line 1283, in 
request
    return self.single_request(host, handler, request_body, verbose)
  File 
"/home/ralf/sage/local/lib/python2.7/site-packages/git_trac/digest_transport_py2.py",
 
line 127, in single_request
    response = self.opener.open(req)
  File "/home/ralf/sage/local/lib/python2.7/urllib2.py", line 429, in open
    response = self._open(req, data)
  File "/home/ralf/sage/local/lib/python2.7/urllib2.py", line 447, in _open
    '_open', req)
  File "/home/ralf/sage/local/lib/python2.7/urllib2.py", line 407, in 
_call_chain
    result = func(*args)
  File "/home/ralf/sage/local/lib/python2.7/urllib2.py", line 1241, in 
https_open
    context=self._context)
  File "/home/ralf/sage/local/lib/python2.7/urllib2.py", line 1198, in 
do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] 
certificate verify failed (_ssl.c:661)>

This works:
ralf@ark:~/sage> git push --set-upstream trac HEAD:u/rws/24604
Branch tmp14 set up to track remote branch u/rws/24604 from trac.
Everything up-to-date

Regards,

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
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