Project

General

Profile

Actions

The bad and insecure method » History » Revision 1

Revision 1/6 | Next »
Redmine Admin, 08/06/2014 12:06 PM


The bad and insecure method

Please be aware that all of these methods allows an attacker

Temporary ignore ssl certificate verification for one operation
env GIT_SSL_NO_VERIFY=true git clone https://scm.in.tu-clausthal.de/git/PROJECTNAME

Disable ssl verfication for user Account
git config http.sslVerify false

Globally disable ssl verification

git config --global http.sslVerify false

Updated by Redmine Admin over 10 years ago · 1 revisions