Skip to main content

All Questions

Tagged with
0 votes
1 answer
228 views

How to upload a certificate to Amazon ELB?

I've generated the pem files for a new certificate which we recently purchased from comodo, using this link as a guide: "https://guillaumemaka.com/2015/05/06/install-your-comodo-certificates-to-amazon-...
Jack BeNimble's user avatar
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
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 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
0 votes
0 answers
1k views

setting up ssl on amazon ec2 linux instance

I have been struggling to setup ssl on my amazon ec2 server from 2 days. I have gone to aws docs for setting it up. I have generated private key and csr and got ssl certificate from www.ssl.com. I ...
Raghunandan J's user avatar
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
-1 votes
2 answers
143 views

Will CSR become invalid

I have a domain registered with namecheap and server instance is aws ec2 (windows machine running node js) , cname record pointing to ec2 instance's public ip. Now i want to configure ssl on it , I ...
Aishwat Singh'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
1k views

Let's Encrypt on AWS EC2 - domain name mismatch

I tried to generate a SSL certificate with Let's Encrypt on my EC2 instance with an elastic IP associated to it. The command I run is ./letsencrypt-auto certonly --standalone -d mariellaval.com -d ...
Denis Frezzato's user avatar
1 vote
2 answers
1k views

Using Multiple SSL Certificates on AWS Elastic Beanstalk

Our multi-tenant app runs on Elastic Beanstalk. Our wildcard cert is on the Beanstalk load balancer (ELB). For clients that have their own domain name and certificate, we are installing those on ...
Acyra's user avatar
  • 121
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
2 votes
1 answer
4k views

504 Gateway Timeout on HTTPS but not HTTP

I configured an AWS Load Balancer. It is working find on HTTP, but when I try over HTTPS I get a 504 Gateway Timeout Error. I tried all the suggestions on AWS's help page (increase idle timeout), but ...
user472292'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
-1 votes
1 answer
813 views

SSL Certificate - Self-Signed Certificate

I'm trying to get PCI compliant and the PCI scanning company is showing below Fail scan report SL Certificate - Self-Signed Certificate SSL Certificate - Self-Signed Certificate port 25/tcp over ...
GBD's user avatar
  • 131
1 vote
1 answer
931 views

syslog-ng EC2 TLS

I am attempting to add TLS support to my syslog-ng service running on an AWS EC2 instance (logs are being sent to loggly). The basic configuration without TLS works, but when I replace the destination ...
MarcF's user avatar
  • 213

15 30 50 per page
1 2 3
4
5
9