Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Often HTTPS connections to my server require up to 30 seconds for establishing the connection, although sometimes it works faster?

0
Posted

Often HTTPS connections to my server require up to 30 seconds for establishing the connection, although sometimes it works faster?

0

/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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123