Amazon S3 static website hosting redirect typo error

0

Amazon S3 Bucket website endpoint redirecting to a URL that shows "http://" to "https//" Without the ":" resulting in a typo in https error.

When looking at the properties, the bucket website endpoint shows "http://www.bizbreakthroughquiz.com.s3-website-us-west-1.amazonaws.com" when I click on it or copy it into the search bar, it is redirected to "http://https//quiz.tryinteract.com/#/64503f5b311d0b00149fa215/" When you type a ":" after "https" in the redirected URL, the correct page will then show up.

Why is the redirected website endpoint redirecting to a URL that is not what is showing it will be redirected to?

This is for a redirect requests for an object, if that helps.

Thank you in advance for your help solving this!

asked a year ago416 views
1 Answer
0

quiz.tryinteract.com is a CloudFront distribution.

As well as checking the bucket website endpoint in S3 (which you've already done, and it looks okay) also check the CloudFront distribution for any typos (such as the absence of the colon charater in an address somewhere).

$ nslookup quiz.tryinteract.com
Server:		8.8.8.8
Address:	8.8.8.8#53

Non-authoritative answer:
quiz.tryinteract.com	canonical name = d2wj10s4yn8oah.cloudfront.net.
Name:	d2wj10s4yn8oah.cloudfront.net
Address: 18.67.111.54
Name:	d2wj10s4yn8oah.cloudfront.net
Address: 18.67.111.44
Name:	d2wj10s4yn8oah.cloudfront.net
Address: 18.67.111.82
Name:	d2wj10s4yn8oah.cloudfront.net
profile picture
EXPERT
Steve_M
answered a year 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