sasa1977 / site_encrypt

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

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

Closed ShahneRodgers closed 10 months ago

ShahneRodgers commented 10 months 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 10 months ago

Thank you!