Tagged Questions
3
votes
1answer
301 views
Apache-ssl vs mod_ssl
I just purchased an SSL certificate and am considering options for its implementation on my Amazon Elastic Load Balancer, which will leverage Apache2. From what I understand I have two options for ...
1
vote
2answers
73 views
Is it possible to have severals keys/certificates on a virtualhost in Apache 2?
I would like to know how I can configure my Apache 2 (version 2.0.64) to use multiple key/certificate pairs for mutual authentication.
More precisely, I have configured my apache to accept SSL ...
0
votes
0answers
115 views
apache2 (2.0.64)+mod_ssl how to enable CRL distribution point check when validate client
I would like to use multual-authentication system of SSL (TLSv1) with CRL distribution point extension of x509v3.
In effect, i created a (selfsigned) CA with crl_ext, and 2 keypairs(key + ...
0
votes
1answer
707 views
Apache ssl-enabled vhost returns random 400 bad request
I've setup two local vhosts (http and self-signed https) for billing.example.com and trying them in firefox with firebug. Http vhost only purpose is redirecting all requests to https.
Almost each ...
0
votes
1answer
599 views
'undefined symbol: SSL_get_servername' message when starting Apache Web Server
I installed httpd-2.2.16 and openssl-1.0.0 on Red Hat Linux 5: when starting the Apache a 'undefined symbol: SSL_get_servername' message is generated on the command line.
Listed below are the ...
0
votes
1answer
314 views
OpenSSL error preventing Apache2.2 startup on win32
So I go to start my Apache2.2 service, which uses mod_ssl, from the command line with "-k start -e debug". It shows all the modules loading, waits a second or two, then returns me to the command ...