[tor-bugs] #7723 [Tor Sysadmin Team]: block access to the git port

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Dec 14 16:57:24 UTC 2012


#7723: block access to the git port
-------------------------------+--------------------------------------------
 Reporter:  weasel             |          Owner:     
     Type:  defect             |         Status:  new
 Priority:  normal             |      Milestone:     
Component:  Tor Sysadmin Team  |        Version:     
 Keywords:                     |         Parent:     
   Points:                     |   Actualpoints:     
-------------------------------+--------------------------------------------

Comment(by karsten):

 Thanks, that's very useful.  Tweaked it a bit here:

 {{{
 git remote -v |perl -ne 'print "git remote set-url $1
 https://git.torproject.org$2\n" if
 (m{(\S+)\tgit://git.torproject.org(\S+)});' | uniq
 }}}

 Works fine on my local box and on lemmonii.  However, yatei has
 difficulties fetching/cloning from https:// URLs:

 {{{
 error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-
 certificates.crt CRLfile: none while accessing
 https://git.torproject.org/karsten/metrics-web.git/info/refs
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7723#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list