1
votes

I am trying to implement SSL certificate on my EC2 instance which is running a laravel project. I have issued the certificate and it is also in use but when I try https://domainName my browser shows

Unable to connect

I have used:

  1. EC2
  2. Route53
  3. Certificate Manager
  4. Load Balancer
  5. Elastic Beanstalk

This is exactly how I configured my Load Balancer, Then added my DNS Name to Route53.

I didn't know what details should I provide so please do ask for the information.

1
You have to provide more details. How exactly did you deploy the ssl cert on the LB?Marcin
@Marcin This is how I created my Load Balancer + I added the DNS Name to Route53Kakashi Hatake

1 Answers

0
votes

Check the web service if it is working correctly locally in you ec2 and listen on port 8o, then apply ssl offloading with application load balancer: please check the following example: https://infra.engineer/aws/36-aws-ssl-offloading-with-an-application-load-balancer