Skip to content

Commit

Permalink
clarifying why https will not work.
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarzwalder authored Aug 1, 2018
1 parent b3ceb28 commit 94828a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ http://mysfits-nlb-123456789-abc123456.elb.us-east-1.amazonaws.com/mysfits

A response showing the same JSON response we received earlier when testing the docker container locally in Cloud9 means your Flask API is up and running on AWS Fargate.

Be sure to use http://, because https:// will not work.
>Note: This Network Load Balancer only supports HTTP (http://) requests since no SSL/TLS certificates are installed on it. For this tutorial, be sure to submit requests using http:// only, https:// requests will not work properly.
### Update Mythical Mysfits to Call the NLB

Expand Down

0 comments on commit 94828a7

Please sign in to comment.