Why do I get “no shared cipher\ errors, when trying to use Anonymous Diffie-Hellman (ADH) ciphers?
By default, OpenSSL does not allow ADH ciphers, for security reasons. Please be sure you are aware of the potential side-effects if you choose to enable these ciphers. In order to use Anonymous Diffie-Hellman (ADH) ciphers, you must build OpenSSL with “-DSSL_ALLOW_ADH”, and then add “ADH” into your SSLCipherSuite.