Skip to main content

All Questions

Tagged with
0 votes
1 answer
117 views

why do we have to create a load balancer in order to add a self-signed certificate to an EC2 instance (to enable SSL)?

I have a self-signed certificate to be added for my EC2 instances. After reading docs, I realized that I have to create a load balancer first to enable https on instances. What's the exact role of the ...
am fs's user avatar
  • 45
1 vote
1 answer
2k views

(AccessDenied) when calling the UploadServerCertificate operation: User xxx is not authorized to perform: iam:UploadServerCertificate

the admin added me as IAM user. I created self signed certificates (private key+certificate) and I tried to upload them through creating a new classic load balancer. I've been trying since yesterday ...
am fs's user avatar
  • 45
2 votes
2 answers
7k views

can we apply SSL on an elastic IP on EC2 or should we assign a domain name to the instance before?

should we assign a domain name to our EC2 instance before loading an SSL certification, or we can apply an SSL directly to the elastic ip address we have? thank you
am fs's user avatar
  • 45
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
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
2 answers
4k views

Cloudfront for TLS Termination?

I was looking for a cheap AWS service that would terminate TLS and also take care of signing an Amazon certificate for an internal application. I found that I can use Cloudfront with a custom origin ...
User9123's user avatar
  • 121
0 votes
1 answer
3k views

Amazon load balancer with SSL certificate

I have a web server running on an AWS EC2 instance. In an effort to support https on my custom domain (subdomain, to be precise), I have created a TLS certificate using the Amazon Certificate Manager. ...
Dennis Hackethal's user avatar
2 votes
2 answers
1k views

Struggling to enable SSL on an old EC2 Instance running Apache & Amazon Linux 1

Title Hi. I've been struggling to find out why my EC2 Amazon Linux (1) Instance isn't serving my site at the https:// address, even though I've confirmed that the SSL is configured, per https://www....
anonymoose's user avatar
0 votes
1 answer
119 views

AWS - Load balance for 443 requests but using the server's ssl certificate

I want set up AWS load balancing on my EC2 instance, but I have a kind of dynamic SSL certificate management on it, and because of that, I need use the server's SSL certificate instead of setting up a ...
adrianosmateus's user avatar
1 vote
1 answer
136 views

Issues making a connection secure using AWS EC2

We are hosting a website using the EC2 service on Amazon Web Services. The website is currently up and running but the issue is we are trying to make the connection secure by applying a certificate ...
jacob s's user avatar
  • 13
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
136 views

Load balancer keeps EC2 instance out of service

When I set the ssl ciphers list in the EC2 instance to the below one, ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-...
TrickyExplorer's user avatar
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
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

15 30 50 per page
1
2
3 4 5
9