Error 35: error:0A00018A:SSL routines::dh key too small

Overview This error indicates that the SSL/TLS connection failed because the server is using Diffie-Hellman (DH) parameters that are considered too small by modern security standards. It is most commonly encountered when connecting to servers that still use weak or outdated cryptographic configurations. What causes this error? The error occurs when: Modern OpenSSL versions (1.1.1+ […]

Read More