Closed ShahneRodgers closed 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.
:ssl.connect({127, 0, 0, 1}, 4001, [])
:unacceptable_rsa_key
This fixes #51
Thank you!
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