Is it possible to change port of an HTTPS connection in Cloudfront?

Asked

Viewed 75 times

1

I have a service running on port 8090, when configuring CDN on AWS Cloudfront it is possible to change port http from 80 to 8090, and it works normally, however when changing https 443 to 8090 it is error:

ERROR

The request could not be satisfied.

Cloudfront wasn’t Able to connect to the origin.

there is some way to perform such a service on https and on different port?

thank you.

1 answer

0

The error was in my own Cloudfront configuration, my origin has no ssl, so Cloudfront communication with the source should be http.

Had set up in Cloudfront to be Match Viewer, in which case it would communicate with the source in the same way as in Cloudfront, if http does http, if https does https...

Browser other questions tagged

You are not signed in. Login or sign up in order to post.