Skip to content

Commit

Permalink
add info on readme about the conan expired certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Maisonneuve committed Apr 3, 2023
1 parent 6f9a445 commit 1db2c28
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,25 @@ You can also build against one of the ARMv8 builds of the Kortex API with Conan

As you see, there are instructions to install the Conan package manager. You can learn more about why we use Conan or how to simply download the API and link against it [in this specific section of the kortex_driver readme](kortex_driver/readme.md#conan). You can also decide

<p><details close>
<summary>Conan SSL Error</summary>

While running `catkin_make`, you may get a SSL Certificate error similar to this

```sh
ERROR: HTTPSConnectionPool(host='artifactory.kinovaapps.com', port=443): Max retries exceeded with url: /artifactory/api/conan/conan/v1/ping (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)')))
```

This is because Conan's root certificate expired on 2021-09-30

You can fix this by running

```sh
conan config install https://github.com/conan-io/conanclientcert.git
```

</details></p>

## Contents

The following is a description of the packages included in this repository.
Expand Down

0 comments on commit 1db2c28

Please sign in to comment.