sasa1977 / site_encrypt

Integrated certification via Let's encrypt for Elixir-powered sites
MIT License
471 stars 34 forks source link

Updates RSA keys since TLS1.3 requires size >= 2048 #53

Closed ShahneRodgers closed 1 year ago

ShahneRodgers commented 1 year ago

Trying to connect to a site using a 1028-sized RSA key with :ssl.connect({127, 0, 0, 1}, 4001, []) caused the handshake to fail with :unacceptable_rsa_key.

This fixes #51

sasa1977 commented 1 year ago

Thank you!