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...
  • Leonardo_Souza's avatar
    Jun 12, 2019

    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