Tagged Questions
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 ...
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
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
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
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
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
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
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. ...