Tuesday, April 2, 2019

Kitematic - Self Signed Certificate In Certificate Chain

Found this issue while behind a enterprise proxy. Proxy uses self signed certificate. Windows has the certificate as trusted, docker works fine, but Kitematic is having the following issue:

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

Kitematic - Self Signed Certificate In Certificate Chain

Found this issue while behind a enterprise proxy. Proxy uses self signed certificate. Windows has the certificate as trusted, docker works f...