add filed named pip.ini in a folder in your home directory (~/pip/pip.ini) or name it pip.conf if .ini doesn't work Add the following lines to the file
[global]
trusted-host = pypi.python.org
files.pythonhosted.org
pypi.org
Before trying to install any conda package execute this in Anaconda Shell or a unix terminal
conda config --set ssl_verify no