While looking in the web found this article:
https://github.com/docker/kitematic/issues/1633
This solution works:
Basically need to set a variable:
set NODE_TLS_REJECT_UNAUTHORIZED=0
Once that is done open Kitematic it should work
set NODE_TLS_REJECT_UNAUTHORIZED=0
Found this issue while behind a enterprise proxy. Proxy uses self signed certificate. Windows has the certificate as trusted, docker works f...
No comments:
Post a Comment