[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #7723 [Tor Sysadmin Team]: block access to the git port
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs