Skip to content
Advertisement

AWS ElasticBeanstalk LoadBalancer Config Not Linking my aplication to my domain

I created an aplication but Its is not linked to my domain exp: “site.com”, “www.site.com”, when I access it I get: enter image description here

I need to make my ElasticBeanstalk application connect to my domain (jamelaumn.com) im the owner

here’s my application loadbalancer prints:

Errors in my enviroment 2 3 4 5

currently I have no rules on EB LB

My EC2 LoadBalancer:: PORT80 EC2 LOADBALANCER PORT 443

Advertisement

Answer

Based on the comments and your updates. I see two issues.

  1. SSL certificate is setup for jamelaumn.com. This will not work. It must be setup for *.jamelaumn.com or api.jamelaumn.com. So you have to make new SSL certificate and add it to your ALB.

  2. You have to redirect port 80 (http) to 443 (https) on your load balancer. The process is described in How can I redirect HTTP requests to HTTPS using an Application Load Balancer?

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement