Skip to main content

Conan Add — Remote New!

If your company hosts a repository:

She ran a quick cleanup, removed the temporary token from her clipboard, and wrote a short note to the team: "Added remote for vendor X — fixed build. Will add to docs." It was a tidy sentence that carried the week's weight. She pushed the commit, and in the commit message, almost as an afterthought, typed the phrase that had guided her through: conan add remote. conan add remote

: By default, Conan verifies SSL certificates. To disable this for self-signed certificates or internal servers, use the --insecure flag (Conan 2.x) or set the verify_ssl parameter to False (Conan 1.x). If your company hosts a repository: She ran

conan remote add mycorp https://new-artifactory.mycorp.com --force : By default, Conan verifies SSL certificates

: Avoid using Verify SSL: False in a professional environment. Instead, properly configure your system's certificate store.

Now Conan will first look for any package in mycompany ; only if not found there will it fall back to conancenter .