Skip to main content

All Questions

Tagged with
0 votes
1 answer
494 views

How to Enable SSL for Amazon EC2 Instance(LAMP packaged by Bitnami)?

I launch an EC2 instance with an AMI from the marketplace, which is called LAMP packaged by Bitnami. After the instance is launched, I find I can only access its DNS name or IP via HTTP, not HTTPS. It ...
alancc's user avatar
  • 183
1 vote
2 answers
2k views

Enable https on EC2 Instance

I have an elastic public IP for my EC2 instance. I have an Nginx server running on it (and nodejs as a backend server). I'd like to enable HTTPS access to my server. My questions: Can I create an SSL ...
Sid's user avatar
  • 21
0 votes
1 answer
417 views

How to configure Nginx/Apache to enable HTTPS with EC2 Instance?

I have an EC2 instance set up with a load balancer with the following security group rules and a load balancer that forwards requests for http and https, with a certificate generated by AWS ...
Yu Mad's user avatar
  • 101
0 votes
0 answers
17 views

Failed to load resource: the server responded with a status of 502 (Bad Gateway) [duplicate]

I recently added a reverse proxy to my website to make websockets connections over SSL, however, I am experiencing a 502 Bad Gateway issue. Whenever I open the website, css files, js and images are ...
Paula Silva's user avatar
0 votes
1 answer
404 views

Cheaper option compared to ALB for using AWS issued certificates

Title basically says it all, I'm curious if there's a service that can handle the SSL layer and then send data to an ec2 instance over plain HTTP (inside the VPN). Application load balancers work ...
George's user avatar
  • 115
0 votes
1 answer
4k views

Port 443 set up SSL on Nginx + Ubuntu + EC2

I've tried everything and I searched Google behind some solution, but can not configure SSL (https) in my Nginx server that is within a Ubuntu 14.04.2 LTS on Amazon EC2. My website works perfectly on ...
user3416348's user avatar
6 votes
2 answers
5k views

Why is my new Ubuntu 12.04 unable to verify a Verisign ssl certificate?

In short: This request fails. $ curl 'https://secure.ogone.com/ncol/prod/orderstandard.asp' -vv * About to connect() to secure.ogone.com port 443 (#0) * Trying 213.254.248.101... connected * ...
The Shurrican's user avatar
3 votes
3 answers
4k views

Sometimes, HTTPS connection is too slow on Chrome

I have trouble with some problem using HTTPS. Sometimes, HTTPS connection is too slow only Chrome. I couldn't find any problem on server. It use load balancer with 2 web server(apache) on Amazon EC2. ...
Hwan's user avatar
  • 33
1 vote
2 answers
1k views

How to use SSL on AWS EC2

I have an AWS EC2 account and I am running an instance that serves as a web host for my PHP website. This is a private website that has no UI but only URLs to be requested by my other software to get ...
Aubada Taljo's user avatar