Skip to main content
Participant
November 27, 2017
Answered

API Manager - How do I setup the API poxy end-point to be on port 443.

  • November 27, 2017
  • 1 reply
  • 488 views

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

This topic has been closed for replies.
Correct answer Dave Watts

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.

ColdFusion Help | Connectors

Scaling with API manager | Adobe Developer Connection

Dave Watts, CTO, Fig Leaf Software

1 reply

Dave WattsCommunity ExpertCorrect answer
Community Expert
November 27, 2017

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.

ColdFusion Help | Connectors

Scaling with API manager | Adobe Developer Connection

Dave Watts, CTO, Fig Leaf Software

Dave Watts, Eidolon LLC
Participant
November 27, 2017

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.

Participant
November 30, 2017

This ended up being code error to what the page not found was occurring.