Are there any guesses as to why I might be seeing this error message?
Steps to reproduce:
- Create and run:
require 'evil-proxy'
proxy = EvilProxy::MITMProxyServer.new Port: 8080
proxy.start
- Run:
https_proxy=http://localhost:8080 curl https://google.com
Error in log:
[2021-02-17 23:54:02] ERROR OpenSSL::SSL::SSLError: SSL_CTX_use_certificate: ee key too small
/home/jvlarble/.rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/openssl/ssl.rb:380:in `initialize'