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

1

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

ERROR

The request could not be satisfied.

CloudFront was not able to connect to the origin.

Is there any way to run such a service on https and on a different port?

Thank you.

    
asked by anonymous 15.06.2016 / 14:38

1 answer

0

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

You have set up CloudFront to be Match Viewer , in that case it would make the communication with the source the same as it was in CloudFront, if http does http, if https does https ...

    
15.06.2016 / 23:00