Tagged Questions

The Apache Httpd interface to OpenSSL

learn more… | top users | synonyms

20
votes
13answers
109k views

ssl_error_rx_record_too_long and Apache SSL

I've got a customer trying to access one of my sites, and they keep getting this error > ssl_error_rx_record_too_long They're getting this error on all browsers, all platforms. I can't reproduce the ...
4
votes
6answers
4k views

DOD Common Access Card (CAC) Authentication

I have figured out all the necessary steps to get DOD CAC card based client certificate authentication working in Apache, but am now struggling to pull a good GUID for the user from the certificate I ...
3
votes
1answer
303 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 ...
1
vote
1answer
109 views

Sanity Check - Should my Public AMIs for EC2 generate new Apache SSL Certs on First Boot?

I want to offer ready-to-deploy Public Ubuntu Lucid AMIs on Amazon Web Services EC2. As these AMIs use open-source web apps, I want to pre-configure apache mod_ssl and force all traffic over https. ...
1
vote
1answer
359 views

PHP does not work over ssl connections

I just got my ssl certificate to work for the first time. For some reason when I connect to my website using https my browser tries to download the php file. I have the following line in my ...
1
vote
1answer
681 views

Dazed and confused about configuring Apache with SSL support

I've spent a few hours trying to configure my Apache server to use SSL with no public IP, just localhost. I've created the certificate OK, I think (it has been like a crash course on black magic for ...
0
votes
2answers
37 views

Apache Mod-SSL OpenSSL [closed]

Has anyone received this error? I have am trying to setup my https on apache2 and every time I setup the VH for www.example.org on port 443 with the designated .crt files and save the config Apache ...
0
votes
0answers
74 views

Apache is displaying HTML source rather than running the 301 redirect?

I've never encountered something such as this before. I was attempting to simply redirect the page to the HTTPS version if it determined that HTTPS was off, but instead it's displaying an HTML page ...
0
votes
0answers
84 views

yum install mod_ssl

I need to instal mod_ssl on Centos. I already have apache and open ssl installed. How can I do that? When I use yum install mod_ssl I get the error "No package mod_ssl available" Thanks!
0
votes
0answers
114 views

SSL 2 way authentication using mod_proxy_ajp and JBoss

I have a web application in which I offer both username/password authentication and 2-way SSL authentication. I have JBoss running behind Apache; I am using mod_proxy to proxy my connection from ...
0
votes
1answer
96 views

How to access mod_ssl environment variables from django using mod_wsgi?

I'm trying to get the client's certificate and sign an xml file using it. I have added the following to my virtual hosts: SSLVerifyClient optional SSLVerifyDepth 1 SSLOptions +stdEnvVars This ...
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
0answers
30 views

Multiple SSL configurations in Apache

My application has two ways of authentication : - By login/password for users A - By certificate for users B So, in one VirtualHost, i want two differents levels for the modssl parameter ...
0
votes
0answers
45 views

mod_ssl Verify directive

Simply put, what is the difference between the Apache Directives of: ProxyVerify SSLClientVerify Apache's documentation says that one is for Remote Servers, the other is for Clients. To a person ...
0
votes
1answer
438 views

JkEnvVar SSL_CLIENT_CERT doesn't work when “SSLVerifyClient require” (setup on a directory-level)

[My environment is this: Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.2.9-2 mod_jk/1.2.31 (although we get the same behavior under an Ubuntu 10.04.2 LTS with similar apache/mod_jk/tomcat ...
0
votes
1answer
528 views

mod_ssl not compiling with apache2

SOLVED Resolved, but it was a strange issue. I check config.log, as suggested by Capsule and found the following line: configure:14368: checking whether to enable mod_ssl configure:16123: result: no ...
0
votes
2answers
70 views

A secured network connection( eg SSL ) is handled by the web server correct?

Basically a php programmer does not need to handle the encrypting and decrypting of the messages? The web server handles all the encryption and decryption, and that means by the requested php page ...
0
votes
1answer
421 views

Secure Apache/PHP Login Page?

Mavens, Is there a valid--concise(!)--summary of the steps one needs to take to secure a login page using Apache & PHP? E.g., Assume that one already has an installed SSL certificate (an ...
0
votes
1answer
511 views

how to enable ssl_module apache

Im using wamp in my pc for a project and i need to enable ssl_module cuz i need to send emails through gmail's ssl smtp... I know how to enable it (uncoment or using wamp interface check/uncheck) ...
0
votes
1answer
709 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
270 views

Current version of “Using mod_ssl on Mac OS X” documentation?

I'm fairly new to Mac I want to enable SSL on my Mac (10.6.4) for some local development. In searching for an answer, I ran across Using mod_ssl on Mac OS X. However, this Apple developer support ...
0
votes
1answer
600 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
157 views

Does mod_ssl 2.8.31 work with Apache 2.2?

I'm trying to setup a mod_ssl - Apache server for authentication purpose. I just downloaded the latest mod_ssl package (2.8.31) and the CHANGE document says it's only been upgraded to Apache 1.3.41. ...
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 ...