Command Central Bootstrap Installation portal access through http port not allowed

I have installed Command Central 10.2 using the bootstrap installer with default settings.

the portal is up at https://hostname:8091/cce/web/

But I am unable to access the same CC instance through http.

I am trying with http://hostname:8090/cce/web/

I can see the http port is configured as 8090 under CCE>>Configuration>>Ports

The url is trying to use https as soon as I hit enter.

What do I need to do to access the portal through http.

Hi,
The URL gets redirected to https even when you use http because the properties is set likewise.
To check the redirect port you can check the following file:
com.softwareag.catalina.connector.http.pid-8090.properties found under /profiles/CCE/configuration/com.softwareag.platform.config.propsloader

Hope this helps.

Regards
-Sanjan

Hi
Is it possible to disable the redirect to the https port ?
Regards Willem

@Willem, yes totally, you can disable the redirect.

Just add # in from of the redirect statement.

port=8190
#redirectPort=8091