Browse Source

A note to indicate how to disable the SSL verification git

Fabs 10 years ago
parent
commit
c64e5bb605
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -51,6 +51,7 @@ Then run:
 
   pip install -r requirements.txt
 
+You may experience problems with SSL certificates du to self-signed cert used by code.ffdn.org. You can temporarily disable certificate verification in git : git config --global http.sslVerify false
 
 You should now be able to run `python manage.py` (within the
 virtualenv, obviously) without error.