Forum Discussion

Tyson_James's avatar
Tyson_James
Icon for Altostratus rankAltostratus
Jun 03, 2019
Solved

APM Portal access to non-standard HTTPS port

I am trying to create a Portal Access item with a internal application URI of https://servername/ that uses port 8363 instead of 443. So the way I internally access this URI is to open a browser and type https://servername:8363, hit enter and it comes up. I am having issue when configuring the Portal Access item as I do not know what to put in the port section and the application URI section. If I select HTTPS, it fills in with 443. I have tried to enter :8363 on the application URI and change the port to Any and cannot get it working. I have only had to create Portal Access items that use ports 80 or 443. I am new to APM so any assistance is greatly appreciated.

  • URI defines how APM will access the server, so:

    https://servername:8363/

     

    In the resource items, that is basically an access list to allow this access, you use:

    Destination - Hostname : servername

    Paths: /*

    Scheme: HTTPS

    Port: 8363

2 Replies

  • URI defines how APM will access the server, so:

    https://servername:8363/

     

    In the resource items, that is basically an access list to allow this access, you use:

    Destination - Hostname : servername

    Paths: /*

    Scheme: HTTPS

    Port: 8363