Actions
The bad and insecure method » History » Revision 4
« Previous |
Revision 4/6
(diff)
| Next »
Redmine Admin, 09/15/2014 12:04 PM
The bad and insecure method¶
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
.h2 Warning: This method allows a man-in-the-middle attack and should not be used at all!
Updated by Redmine Admin over 10 years ago · 4 revisions