Skip to main content

All Questions

1 vote
1 answer
364 views

Apache Server Error After Setting Up SSL Configs

I am running an EC2 Linux 2 AMI and was following an AWS tutorial to enable HTTPS on my server. But when I try to restart Apache, error seen in the logs: Apr 10 06:56:40 <maskediphere> systemd[1]...
gakshat's user avatar
  • 11
0 votes
1 answer
440 views

Old LetsEncrypt SSL certificate still being served by EC2 instance

I'm working on renewing the SSL certificate for my websites. They are all running on the same EC2 instance with the same Apache server. Two of my domains recently expired so I also tried to remove ...
Neel's user avatar
  • 143
1 vote
1 answer
12k views

wss not working in https but ws works in http apache2 ubuntu

My websocket setup works in http. But if I enable ssl(lets encrypt) and change the ws:// to wss://, browser throws this error. WebSocket connection to 'wss://xx.yy.xx.yy:5001/' failed: Error in ...
krkart's user avatar
  • 255
0 votes
1 answer
433 views

Amazon Linux + SSL + vhosts

I have a new test instance that I have setup with LAMP and SSL. I have the following in my /etc/httpd/conf/httpd.conf file <VirtualHost *:80> ServerAdmin [email protected] ...
Jeffrey Lazo's user avatar
1 vote
0 answers
605 views

Problems matching VirtualHost for SSL and non-SSL domains

I have a setup of 5 domains. They have a record under <VirtualHost *:80> for non-SSL. Each of them have its own record under ex. <VirtualHost 172.30.0.245:443> ServerName www.acme.com ...
Todor Georgiev's user avatar
-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
1 vote
1 answer
2k views

multiple vhosts on amazon ec2 instance: cannot access any other vhost than default

I have an Amazon EC2 instance running Ubuntu 14.04 with Apache 2.4. I have configured Apache with 3 virtual hosts, all for HTTPS only. The problem is, when I try access the web server from the ...
ronin667's user avatar
  • 133
1 vote
1 answer
504 views

Installing SSL Certificate

I am trying to install an SSL certificate on my Apache server that's hosted on an EC2 instance from AWS. I originally intended to go with AWS Certificate Manager and put the SSL on a Load Balancer but ...
user352934's user avatar
4 votes
1 answer
3k views

SSL - Apache and Node.js on the same Amazon EC2 instance

I hosted my website on an EC2 instance, using Apache. SSL was also set up properly, running on HTTPS, port 443. Currently, I just added a chat application to the website using Node.js + socket.io. ...
Danh Nguyen's user avatar