Skip to main content

All Questions

3 votes
1 answer
577 views

SSL converted page is not reachable on the internet

My web page is hosted on AWS.and it was SSL converted. I can see the page from my own computer and smartphone in my home Network and Wifi area. But from the outside (ex: access website from a ...
daylyroppo3's user avatar
0 votes
0 answers
102 views

SSL converted web system can not work with third pirty Payment service

My Web app works with a Payment service called Stripe. Stripe proceeds the payment by webhook. I do have a Stripe webhook that is successfully caught and processed in Stripe's TEST MODE, on http local ...
daylyroppo3's user avatar
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
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
0 votes
1 answer
2k views

The requested URL was not found on this server

I am trying to enable SSL for port 4100 for an Amazon EC2 Instance. When I access the site https://test.example.com:4100/login, I get an error as follows - The requested URL /login was not found on ...
saranyavsr'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
1 answer
1k views

AWS find .cer and .key file [closed]

I have httpd running on AWS EC2. I have requested SSL certificate and the web server is running fine on https. Now, I want to attach the certificate with a WebRTC easyrtc server which requires .crt ...
Bhavesh G's user avatar
  • 135
63 votes
4 answers
92k views

Download SSL certificate from aws certificate manager

I am using aws certificate manager for managing SSL. Recently I purchased a wildcard ssl *.example-private.com Now I need that SSL certificate to deploy on enterprise git instance on aws. How can i ...
Shailesh Sutar'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
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
7 votes
3 answers
5k views

The site is using outdated security settings that may prevent future versions of Chrome from being able to safely access it

We're using an AWS ELB to do SSL termination and are having an issue where Chrome is displaying "https" in red with a strikethrough. It says "The site is using outdated security settings that may ...
Brad Dwyer's user avatar
1 vote
0 answers
157 views

SSL certificate for sql-server on ec2

I have an ec2 node provisioned to host mssql server. I'm trying to request and install an ssl certificate for this node so I can securely connect to it but I can't get the certificate to appear in the ...
Dane O'Connor's user avatar
2 votes
1 answer
2k views

AWS EC2 SSL Server certificate does not match the URL

After uploading the certificate to iam, when I visit https://www.mywebsite.com I get this error The identity of this website has not been verified. • Server's certificate does not match the URL. •...
peppeocchi's user avatar
1 vote
1 answer
435 views

ELB and Backend Authentication with Apache 2.4

I tried looking at AWS guides, and other things but can't seem to figure this one out. When using ELB there is a backend authentication option. I want to enable it, but I am not sure what ...
David Eisen's user avatar

15 30 50 per page