Answer the question
In order to leave comments, you need to log in
How to properly disable ssl certificate verification?
Hello.
I have PyCharm 2017.3 Community,
trying to connect the Artifactory https repository and getting the error
Could not fetch URL https://rep.python.ru/api/pypi/pypi/simple/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579) - skipping
How to properly disable ssl certificate verification?
Answer the question
In order to leave comments, you need to log in
create a .pip directory in your home
mkdir .pip
file
pip.conf there
and write in it
[global]
index-url = https://rep.python.ru/api/pypi/pypi/simple/
trusted-host = rep.python.ru
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question