Hi,
I am trying to run Fabric8 by following the instructions. I tried both automatic scripts (
bash <(curl -sSL https://bit.ly/get-fabric8) and manual run without success.
The automatic script hangs on "Waiting for Fabric8 console", I am supecting a TLS error based on Kubernetes logs from the docker image "http: TLS handshake error from
10.0.2.15:35887: tls: first record does not look like a TLS handshake".
With manual run (
docker run -v /var/run/docker.sock:/var/run/docker.sock --net=host --privileged openshift/origin start), I can't access
http://192.168.59.103:8080/api/v1beta1/pods with this log trace "http: TLS handshake error from
10.0.2.15:54968: EOF"
I am using docker 1.4.1 on OSX and tried to remove all existing boot2docker certifcates/iso.
Thanks in advance for any suggestion.