Often HTTPS connections to my server require up to 30 seconds for establishing the connection, although sometimes it works faster?
/dev/random device for SSLRandomSeed which is blocking in read(2) calls if not enough entropy is available. Read more about this problem in the refernce chapter under SSLRandomSeed. • What SSL Ciphers are supported by mod_ssl? [L] Usually just all SSL ciphers which are supported by the version of OpenSSL in use (can depend on the way you built OpenSSL). Typically this at least includes the following: • RC4 with MD5 • RC4 with MD5 (export version restricted to 40-bit key) • RC2 with MD5 • RC2 with MD5 (export version restricted to 40-bit key) • IDEA with MD5 • DES with MD5 • Triple-DES with MD5 To determine the actual list of supported ciphers you can run the following command: $ openssl ciphers -v • I want to use Anonymous Diffie-Hellman (ADH) ciphers, but I always get “no shared cipher” errors? [L] In order to use Anonymous Diffie-Hellman (ADH) ciphers, it is not enough to just put “ADH” into your SSLCipherSuite. Additionally you have to build OpenSSL with “-DSSL_ALLOW_ADH”. Bec
Related Questions
- News Manager Pro can work via HTTP or HTTPS (secure) connection. It depends only on your server settings Accounts and general use Q: How do I take advantage of the one month free trial?
- Often HTTPS connections to my server require up to 30 seconds for establishing the connection, although sometimes it works faster?
- Does The Staples Copy & Print Centre website require a secure connection (https)?