adb-atomic-developer-bundle icon indicating copy to clipboard operation
adb-atomic-developer-bundle copied to clipboard

It should be possible to access the console under the configured host name

Open hferentschik opened this issue 9 years ago • 0 comments

It should be possible to access the console under the default hostname. ATM, it would be cdk.10.1.2.2.xip.io. In this case we would still have the IP in the hostname, but when using Landrush and for example openshift.cdk as hostname, it would be much nicer to be able to acceess the console via https://openshift.cdk:8443/. This abstract away the actual IP used and is easier to remember.

Right now one gets:

openshift.cdk:8443 uses an invalid security certificate. The certificate is not trusted because the 
issuer certificate is unknown. The server might not be sending the appropriate intermediate 
certificates. An additional root certificate may need to be imported. The certificate is only valid for the
following names: kubernetes, kubernetes.default, kubernetes.default.svc, 
kubernetes.default.svc.cluster.local, localhost, openshift, openshift.default, openshift.default.svc, 
openshift.default.svc.cluster.local, 10.0.2.15, 10.1.2.2, 127.0.0.1, 172.17.0.1, 172.30.0.1, 10.0.2.15, 
10.1.2.2, 127.0.0.1, 172.17.0.1, 172.30.0.1 Error code: SEC_ERROR_UNKNOWN_ISSUER

And then in the end one gets redirected to the IP URL again - https://10.1.2.2:8443/console/

hferentschik avatar May 17 '16 20:05 hferentschik