Closed radditude closed 2 years ago
Fun story! CI suddenly started failing due to an SSL error when downloading the Vault binary from releases.hashicorp.com: https://github.com/hashicorp/vault-rails/blob/8c953255b7d8f18c95e284e49e2596df5f9efe10/.circleci/config.yml#L33
Upon further investigation, this proved to be due to an outdated SSL library.
It also turns out that Circle is going to be deprecating the (super old) Ubuntu 16.04 image we were using on May 31, 2022, which is in, uh, 6 days. So let's kill two birds with one stone and update Ubuntu.
Description
Fun story! CI suddenly started failing due to an SSL error when downloading the Vault binary from releases.hashicorp.com: https://github.com/hashicorp/vault-rails/blob/8c953255b7d8f18c95e284e49e2596df5f9efe10/.circleci/config.yml#L33
Upon further investigation, this proved to be due to an outdated SSL library.
It also turns out that Circle is going to be deprecating the (super old) Ubuntu 16.04 image we were using on May 31, 2022, which is in, uh, 6 days. So let's kill two birds with one stone and update Ubuntu.