From c46013f67adee6f93dcff2e8d76e47d21f6cfd4e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Thu, 6 Oct 2005 15:55:04 +0000 Subject: [PATCH] swap module and directive, heh ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306783 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/ssl/ssl_faq.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/manual/ssl/ssl_faq.xml b/docs/manual/ssl/ssl_faq.xml index beb41449f7..3267e2662f 100644 --- a/docs/manual/ssl/ssl_faq.xml +++ b/docs/manual/ssl/ssl_faq.xml @@ -620,9 +620,9 @@ Verisign, for installing my Verisign certificate? Stronghold (a commercial Apache based server with SSL support).

To install your certificate, all you need to do is to save the certificate to a file, and give the name of that file to the - SSLCertificateFile directive. + SSLCertificateFile directive. You will also need to give it the key file. For more information, - see the SSLCertificateKeyFile + see the SSLCertificateKeyFile directive.

@@ -642,7 +642,7 @@ verify my Verisign Global ID server certificate? certificate (which you installed on the server). You should have received this additional CA certificate from Verisign. If not, complain to them. Then, configure this certificate with the - SSLCertificateChainFile + SSLCertificateChainFile directive. This ensures that the intermediate CA certificate is sent to the browser, filling the gap in the certificate chain.

@@ -698,10 +698,10 @@ that it serves SSL encrypted traffic?
Why do HTTPS connections to my server sometimes take up to 30 seconds to establish a connection?

This is usually caused by a /dev/random device for - SSLRandomSeed which blocks the + SSLRandomSeed which blocks the read(2) call until enough entropy is available to service the request. More information is available in the reference - manual for the SSLRandomSeed + manual for the SSLRandomSeed directive.

@@ -733,14 +733,14 @@ trying to use Anonymous Diffie-Hellman (ADH) ciphers? 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.

+ ``ADH'' into your SSLCipherSuite.

Why do I get a 'no shared ciphers' error when connecting to my newly installed server?

Either you have made a mistake with your - >SSLCipherSuite + SSLCipherSuite directive (compare it with the pre-configured example in httpd.conf-dist) or you chose to use DSA/DH algorithms instead of RSA when you generated your private key -- 2.40.0