Project

General

Profile

Actions

The bad and insecure method » History » Revision 2

« Previous | Revision 2/6 (diff) | Next »
Redmine Admin, 08/06/2014 12:07 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 · 2 revisions