I am trying to configure the developer portal for a catalog I created to be pointed to using a custom URL. I have set my DNS entries at the DNS provider correctly, and mapped the CNAME entry for my subdomain to the portal URL provided in APIManager. It resolves correctly and pings using my domain name.
So when I ping: api.mydomain.com, it gets resolved to the provided IBM Portal URL: space-organization.apiconnect.ibmcloud.com.
The problem is that when I try to open the Portal using my URL on the browser http://api.mydoamin.com, request times out. Which means it resolves, but the server doesn't respond.
I believe this is a problem in HTTP server configuration on the portal to accept requests with host as api.mydomain.com.
How can I configure that? Appreciate your quick response since this is an important project, first of a kind.