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.