What URL do I use to access the Portal UI?
search cancel

What URL do I use to access the Portal UI?

book

Article ID: 410413

calendar_today

Updated On:

Products

Network Observability CA Performance Management

Issue/Introduction

I am trying to access the Portal UI through a saved bookmark and it is returning a 404 error

I am trying to access port 8382 and it is returning a 404 error

Cause

You should not access the Portal GUI through the sso port, which is typically 8381 or 8382.  You should only go to the pc port which is: 8181 or 8182

Resolution

The proper construction of the Portal URL is:

<scheme>//<hostname>:<port>

For example:

1. HTTP:

http://my.portal.fake-hostname:8181

2. HTTPS:

https://my.portal.fake-hostname:8182