mozilla / probe-dictionary

Tool that makes Firefox Telemetry probe information searchable
https://probes.telemetry.mozilla.org
Mozilla Public License 2.0
7 stars 17 forks source link

Enable OpenSSL legacy providers in scripts #131

Closed badboy closed 1 year ago

badboy commented 1 year ago

Otherwise we see the docker build failing with a ERR_OSSL_EVP_UNSUPPORTED error.

node v17 updated to OpenSSL 3.0, which hides some old and deprecated algorithms. see details at https://nodejs.org/en/blog/release/v17.0.0/#openssl-3-0