-
Notifications
You must be signed in to change notification settings - Fork 44
ERROR: self signed certificate in certificate chain #168
Comments
I believe we're seeing something similar. I am running this on my Windows 10 laptop, connected to my corporate VPN using Zscaler. The ZScaler replaces/does something with the CA certs which frequently causes issues accessing external resources, especially on Linux and Docker.
debug info:
|
Same problem. Also behind ZScaler that replaces the root-cert with a custom company cert |
It seems docker scan does not respect the system CA Certificates.
|
I can confirm this. The necessary custom certificates are imported. Other applications do not have this issue. |
I have the exact same issues with zscalar |
Any workaround available yet? |
Same problem. Our images have our corporate CA Root certs inserted to their CA Trust Stores (for RHEL it is copy the certs to /etc/pki/ca-trust/source/anchors/ and run update-ca-trust). Not sure why the error says the certs are self-signed. Is there a workaround or a fix for it? |
I have same issue.. after Disabling all the vpn, works for me. |
I have the same issue. Disabling VPN does not help because traffic still goes through corporate proxy. |
This is a pretty basic thing... how come its not fixed? |
Still facing this issue with zscaler |
Description
Our LARGE company uses self signed certificates in order to access a lot of external resources. There needs to be a way to bypass certificate checking or a better way of implementing their use.
Steps to reproduce the issue:
Describe the results you received:
self signed certificate in certificate chain
Describe the results you expected:
Actual scan results.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:Output of
docker scan --version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Running on VMWare virtual machines, Ubuntu 20
The text was updated successfully, but these errors were encountered: