N
N
Nikolay Baranenko2018-01-30 14:08:19
PyCharm
Nikolay Baranenko, 2018-01-30 14:08:19

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

1 answer(s)
N
Nikolay Baranenko, 2018-01-30
@drno-reg

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 question

Ask a Question

731 491 924 answers to any question