Tagged Questions
20
votes
13answers
110k 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 ...
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
361 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
682 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
0answers
85 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
1answer
533 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
422 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
515 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
711 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 ...