Skip to main content

All Questions

Tagged with
0 votes
1 answer
308 views

Moving from Apache2 to NGINX configuration

I have been trying to get my website up after moving from apache2 to nginx on my AWS Ubuntu 20.04 server. I have translated the relevant files from apache2 over to my nginx configuration, however I ...
jabroni's user avatar
  • 103
0 votes
0 answers
106 views

Using a Let's Encrypt SSL certificate for my AWS Server

I have a website at www.example.com that's using a Let's Encrypt wildcard certificate. It works great. I also have a webapp that's running under Tomcat on an AWS EC2 instance. It runs at webapps....
Sander Smith's user avatar
0 votes
0 answers
544 views

EC2+nginx+django+gunicorn+letsencrypt ssl -> TIMED OUT

I've been struggling for a few hours now and went through lots of similar questions on SE. However, I couldn't manage to fix my probelm . To answer the obvious questions: there's no firewall on my ...
OD IUM's user avatar
  • 101
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
1 vote
0 answers
256 views

ssl files: Nginx works but Nodejs https module does not?

I have a Node instance running on an EC2 instance. I just got my ssl certificate, private key and ca-bundle. so I put them in Nodejs like: var options = { key: fs.readFileSync("/path/to/private/key"...
J. C's user avatar
  • 13
1 vote
0 answers
843 views

Redirect loop - AWS ELB SSL Nginx

We have certificate installed on ELB provided by AWS certificate services, also a self signed certificate is configured on Nginx web server. Now, when user comes to https://www.example.org/ it says ...
Farmi's user avatar
  • 19
1 vote
1 answer
7k views

nginx port 443 access denied

I am trying to use ssl on nginx /django in ec2 . This is the config server { listen 443; ssl on; ssl_certificate /apps/cert-chain.crt; ...
Karl's user avatar
  • 141
1 vote
2 answers
1k views

Add existing wildcard SSL certificate to Amazon EC2 Nginx

I'm trying to add a pre-existing wildcard SSL certificate to a single Ubuntu instance on Amazon EC2, where the webserver is Nginx, and I run a single subdomain. I have - from the original vendor who ...
Jonathan Stegall's user avatar
5 votes
1 answer
1k views

AWS EC2, Nginx SSL Issue

I'm running a rails app on an AWS EC2 instance with Nginx 1.4.6 acting as a reverse proxy and serving SSL certificates. I'm pretty sure my issue is with my Nginx config. Here it is: upstream puma { ...
Dennis's user avatar
  • 53
1 vote
0 answers
2k views

Nginx https reverse proxy set up in Amazon EC2

I am running Ubuntu 14.04.3 and Nginx 1.4.6 on Amazon EC2. I'm trying to set up a reverse proxy for my application on port 8000, which I can see running when I go to www.mywebsite.com:8000. The ...
BJacks's user avatar
  • 11
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
2 votes
1 answer
70 views

Posting url of rails application on FB without https replace meta tag description with "welcome to nginx"

I have a rails application deployed on an amazon ec2 ubuntu instance, configured with nginx which is working fine. The problem is when I try and post the url of the site on facebook without https ...
Zaeem Asif's user avatar
0 votes
0 answers
494 views

Configuring NGINX with SSL and Node.js on CENTOS 6 in EC2

I'm trying to deploy a Node.js web-app on a Centos EC2 instance with an elastic IP. The SSL certificate is already setup and properly configured. I would like to allow only https connection to my app, ...
Cris69's user avatar
  • 131
2 votes
1 answer
2k views

SSL termination point for AWS EC2? ELB or NginX or..?

I have a number of stand alone java web applications that currently run on different ports and URLS. I would like to expose all these apps behind a single port(443) and map the different public URLs ...
Andrew's user avatar
  • 145

15 30 50 per page