- Ports 80 and 443 are standardized port numbers for HTTP and HTTPS.
- The CA API Gateway does not accept traffic on these ports by default.
- The Gateway uses ports 8080 for HTTP and 8443 & 9443 for HTTPS traffic out of the box.
- Typically, a load balancer would be used in front of the Gateway to accept traffic on port 80 or 443 and would then forward to the Gateway over 8080 or 8443. When a load balancer is not possible in the workflow, then the Gateway can be configured to accept traffic itself.
Can the CA API Gateway ("Gateway") be configured to accept traffic on ports 80 or 443 or any other similar standard lower port numbers?