Skip to main content

All Questions

-1 votes
1 answer
874 views

Amazon EC2 Centos SSL installation error

Apache version : 2.4.6, OS : Centos I am trying to install SSL on my Amazon EC2 CentOS but I am having error while restarting httpd after changing httpd config file. httpd config: #craveinn <...
m1alesis's user avatar
  • 101
0 votes
1 answer
120 views

Adding a second SSL for a second domain on a server - second domain is still using the first SSL Cert

I need to add an ssl cert to a second domain on my server (AWS Amazon Linux) I thought I enabled SNI correctly? although probably not... domain1 already has a functioning SSL cert. First attempt I ...
Jason Kofoed's user avatar
-1 votes
1 answer
2k views

AWS ELB SSL and Health Check Issue

I'm getting very frustrated trying to sort this issue out. We have an AWS environment that uses SSL certificates at the load balancer. We also have a rewrite rule in httpd.conf that redirects all ...
Rob Bennett's user avatar
2 votes
1 answer
694 views

Disabling SSLv3 in ELB on Amzon linux ec2

Hi I have Elastic Load Balancer on which I've deployed my ssl certificates and when i check on the web it say site is vulnerable because of SSLv3 is enabled on the site. So my question is What ...
Shailesh Sutar's user avatar
1 vote
1 answer
85 views

Multiple domains with http and https on the same server

I am running multiple domains on an EC2 server with a single IP. I need to run 1 site on HTTPS and rest on HTTP. For instance: Run foobar.com on HTTPS. And run foobaz.com on HTTP https://foobar.com ...
aatifh's user avatar
  • 113
25 votes
5 answers
103k views

proxy:error AH00898: Error during SSL Handshake with remote server

I have a server that acts as a front-end for a cPanel mailserver in a network. The apache proxy on the front-end server ran for 152 days without fault then suddenly I now get 500/502 errors when using ...
DePages's user avatar
  • 251
0 votes
3 answers
2k views

How to set Load Balancers onto EC2 (installed Apache with SSL)?

I am running several EC2 instances behind ELB load balancers. Can I insert my SSL certificate into Apache server without insert my cert into the load balancers? How should I set for the load ...
Electrorubbish's user avatar
0 votes
1 answer
394 views

Apache SSL not accepting outside traffic

Running Apache 2 on Ubuntu 11 in Amazon EC2. Tried to add a new SSL VirtualHost by doing the following: Added "Listen 443" to ports.conf. Added new VirtualHost in my enabled site and "SSLEngine on". ...
WiggyBaggins's user avatar
0 votes
1 answer
655 views

Version mismatch troubleshooting - CentOS, EC2, php, php-pdo - SSL disabled

On my production server SSL has stopped working. Everything redirects to http:// from https:// The server is a virtual EC2 instance running in AWS. It's their image running CENTOS and PHP5.3, ...
tedneigerux's user avatar
0 votes
2 answers
1k views

How do I print the x-forwared-for value in apache?

We have a aws load balancer. The load balancer uses the TCP connections 443 to encrypt the data. Since the load balancer encrypts the IP of the client, in our apache log file we can see only the IP ...
sriram's user avatar
  • 297
0 votes
1 answer
213 views

EC2 Apache server giving some old browsers a self signed certificate?

I bought a wildcard SSL from RapidSSL. It has been working great on my AWS load balancer, but recently, I noticed that the same certificate was not working on our test server which is not on the load ...
David's user avatar
  • 103