-
Notifications
You must be signed in to change notification settings - Fork 1k
Self-signed certificates #621
Comments
I'm also interested in this. We use The thing that really is a bummer is that internal libraries need to have ".git" in their import path to work properly with glide. |
definitely makes sense. unfortunately, i know essentially nothing about making this work. someone else will have to drive it (though i can guide, ofc). the general comments i can make are:
side note - I want to find some kind of bucket into which we can put all these internal-org conversations. Not because I want to ignore them, but because I feel like I can't do anything but ignore them until we have a framework for organizing and addressing them 😦 |
For anyone stuck on this, please see: #1898 (comment) |
As mentioned in #286, we use GitHub Enterprise internally and all the certs are generated by an internal CA that is trusted at the user level, but not at the system level, so we currently have to use some git replacement rules to workaround the issue, since most command-line utilities don't recognize the internal CA.
There should be a way to specify an internal CA for SSL/TLS verification, or at least provide a way to ignore it.
The text was updated successfully, but these errors were encountered: