Skip to content

SSL Issue with conan

Hi, I have a problem with pylene installation using conan (installed with the .deb from the official website)

conan install pylene/head@lrde/stable -g cmake_find_package -s compiler.cppstd=20

ends with: ERROR: HTTPSConnectionPool(host='center.conan.io', port=443): Max retries exceeded with url: /v1/ping (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)'),)) Unable to connect to conancenter=https://center.conan.io

I am obliged to disable certificat checking:

conan remote update lrde-public https://artifactory.lrde.epita.fr/artifactory/api/conan/lrde-public False

conan remote update conancenter https://center.conan.io False

But it is not an acceptable solution.

Thanks, J.F.