GIT

Good git repository manager: http://gitblit.com/

# disable ssl verification to specific site
git config http."https://code.example.com/".sslVerify false
 
# disable ssl verification when clone
git  -c http.sslVerify=false clone  https://user@code.example.com/