Why does SSL handshake give 'Could not generate DH keypair' exception?

前端 未结 21 795
梦如初夏
梦如初夏 2020-11-22 07:46

When I make an SSL connection with some IRC servers (but not others - presumably due to the server\'s preferred encryption method) I get the following exception:

<         


        
21条回答
  •  太阳男子
    2020-11-22 08:37

    This is a quite old post, but if you use Apache HTTPD, you can limit the DH size. See http://httpd.apache.org/docs/current/ssl/ssl_faq.html#javadh

提交回复
热议问题