After installing openshift locally, I can start minishift. on https://192.168.x.y:8443
When starting an 'oc' command, like 'oc project', then I get this error:
Unable to connect to the server: x509: certificate signed by unknown authority
When I start an 'oc' command without starting minishift, then I get this error:
Unable to connect to the server: dial tcp 192.168.x.y:8443: connectex: (Translated) Trying to connect failed because the connected party has not answered correctly after a certain time, or the established connection failed because the connected host did not answer.
Before: I could work with oc with Openshift online.