Copy link to clipboard
Copied
So in the API manager I tried changing the API proxy port from 9100 to 443. Restarted the manger and it won't start. Log say 443 is already being used. My assumption would be IIS is using it. How do I get the public URL for the manager setup so you can call like so, notice there is no port in the URL.
https://mydomain.com/myapiname/v1.0/resource
IIS 10
WIN SERV 2016
If I understand correctly, you can just use the connectors to connect API Manager to IIS the same way you'd connect CF to IIS. Here's some documentation about that.
Scaling with API manager | Adobe Developer Connection
Dave Watts, CTO, Fig Leaf Software
Copy link to clipboard
Copied
If I understand correctly, you can just use the connectors to connect API Manager to IIS the same way you'd connect CF to IIS. Here's some documentation about that.
Scaling with API manager | Adobe Developer Connection
Dave Watts, CTO, Fig Leaf Software
Copy link to clipboard
Copied
Ya I have the connector configured, if I leave the api proxy end-point on 9100 and configure the connector then going here https://mydomain.com/myapiname/v1.0/resource I get page not found. I can get to the portal on 443 with the domain name.
Copy link to clipboard
Copied
This ended up being code error to what the page not found was occurring.