Load Balancer HTTP 404 Error

0

Hello, since yesterday I'm trying setup a HTTPS website from my EC2 instance website. My site is www.isicamci.com I tried everything on the videos I found but it gave me error everytime. I couldn't count how many times I created and deleted balancers, SSL's and etc.

Probably the problem is Load Balancer. I gave permission to security groups, added target group but still not working. This is my last load balancer url:

http://newisicamci-1522558003.eu-central-1.elb.amazonaws.com/

What is the problem?

asked 5 years ago10521 views
1 Answer
0

Hi,
So just to be clear, as of right now you are stuck with just getting the Load Balancer to work (SSL is NOT in the equation, correct). When it was setup, you would attempt to access the URL Link: http://newisicamci-1522558003.eu-central-1.elb.amazonaws.com/ and instead of getting the web page, you would get a HTTP Response code of 404 from the Load balancer? Getting the 404 Error code is actually a good sign that your environment infrastructure appears to be set up and allowing the Load Balancer to properly forward HTTP traffic to the Load Balancer's Target Group. The 404 Error code usually means that the page on the website that you were trying to reach could not be found on the server. If this is possibly the issue, please double check that the Web Server's document root contains the web page. Also double check the Web Server's access/error logs to see if the request for the page shows up.
-randy

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions