Recently, I used Conan center to download the third-party library. It was good before, but suddenly it didn’t work
update the URL corresponding to Conan center. The latest is:
conan-center: https://center.conan.io [Verify SSL:True]
Previously, the default value was
https://conan.bintray.com/
Update Conan version
pip install --upgrade conan
the first run will automatically delete things related to the certificate. If not, go to the relevant directory and delete them manually. So far, the problem has been solved</ h6>
conan --version
WARN: Migration: Updating settings.yml
WARN: ****************************************
WARN: settings.yml is locally modified, can't be updated
WARN: The new settings.yml has been stored in: /home/xuke/.conan/settings.yml.new
WARN: ****************************************
Removing the 'cacert.pem' file...
Search Successfully
conan search boost -r=conan-center
Existing package recipes:
boost/1.69.0
boost/1.70.0
boost/1.71.0
boost/1.72.0
boost/1.73.0
boost/1.74.0
boost/1.75.0
boost/1.76.0
boost/1.77.0
boost/1.78.0