Connecting to API Gateway Custom Domain

0

I have an API set up with a custom domain name in API Gateway as "api.<exampledomain>.net". This same domain has a Simple Routing entry for "A" to the same ARN for the API. The API is working when testing in the API Gateway. I have invoked the URL directly, which returns the "Missing Authorization" token for both the actual Invoke URL as well as the custom domain above. I am assuming this means the routing is working. I am able to successfully call the API from Postman using the Invoke URL. However, when attempting to invoke the custom domain name using Postman, I get "Mixed Content Error: The request has been blocked because it requested an insecure HTTP resource". I am looking to complete the setup of my dev environment but unable to resolve this last issue. As an aside, I also have a Simple Routing in Route 53 setup to route to an S3 bucket for a static site at <exampledomain>.net and this is working correctly. I have configured IAM and I have a valid certificate issued from Certificate Manager. I only have one routing set up for any domain across my platform. I feel that I have missed a step here.

Brett
asked 10 months ago283 views
1 Answer
1

Are you using the Postman web app with the Browser agent? If so, I suggest using the Postman native desktop application

AWS
answered 10 months 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