console access deny

Posted on

Hi,
I installed openshift v3.11 on centos 7 and i am not able to get in console from ,chrome browser with https://ip-server:8443/console.
The console gui appear for short time then an error page pops up.
curl https://192.168.1.6:8443/console
curl: (60) Peer's Certificate issuer is not recognized.

After openssl s_client -showcerts -servername 192.168.1.6 -connect 192.168.1.6:8443>o
curl https://192.168.1.6:8443/console
Moved Permanently.
Still not able from browser to get in console.
ss -nat|grep 8443
ESTAB 0 0 127.0.0.1:51040 127.0.0.1:8443
ESTAB 0 0 127.0.0.1:50894 127.0.0.1:8443
ESTAB 0 0 127.0.0.1:50750 127.0.0.1:8443
ESTAB 0 0 127.0.0.1:50938 127.0.0.1:8443
ESTAB 0 0 127.0.0.1:50728 127.0.0.1:8443
curl https://127.0.0.1:8443/console
Moved Permanently.

Responses