ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
309 stars 21 forks source link

Use ssl certificate context for download #578

Closed eliottparis closed 1 year ago

eliottparis commented 1 year ago

This PR makes sure we don't have ssl certificate issues while downloading files during erbb setup. For that, we download the Latest CA bundles from certifi in the erbb toolchain folder and use it to craft our SSL context for download.

Fixes #563.

Todo:

ohmtech-rdi commented 1 year ago