You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
When using these docker (samples/doodles) on a machine in a network that has a firewall in place that does deep packet inspection (eg enterprise environment), there will always be a self-signed certificate in the chain.
Is it possible to add RUN git config --global http.sslVerify "false" to the Docker files?
The text was updated successfully, but these errors were encountered:
Ok Guys, Styxxy and Eisterman, this command ran perfectly fine, I used it before git clone and it made me able to clone the git public repository... So feel free to use and by chance you given me great solution. Thanks a lot Styxxy....
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using these docker (samples/doodles) on a machine in a network that has a firewall in place that does deep packet inspection (eg enterprise environment), there will always be a self-signed certificate in the chain.
Is it possible to add
RUN git config --global http.sslVerify "false"
to the Docker files?The text was updated successfully, but these errors were encountered: