Skip to content

Instantly share code, notes, and snippets.

@JaredAAT
Created May 21, 2021 14:52
Show Gist options
  • Save JaredAAT/90afb49e9d1e66281ca51106f42c1db9 to your computer and use it in GitHub Desktop.
Save JaredAAT/90afb49e9d1e66281ca51106f42c1db9 to your computer and use it in GitHub Desktop.
FROM ruby
RUN ruby -e "p ENV"
docker run --rm -it dockerruby:latest
root@76569d2bfa52:~# gem install bundle
ERROR: SSL verification error at depth 0: EE certificate key too weak (66)
ERROR: SSL verification error at depth 0: EE certificate key too weak (66)
ERROR: Could not find a valid gem 'bundle' (>= 0), here is why:
Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=error: certificate verify failed (EE certificate key too weak) (https://rubygems.org/specs.4.8.gz)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment