Weird Git/GnuTLS error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [jlcoope@nwhq-421-01:/home/users/jlcoope/sandbox]$ GIT_SSL_CERT=~/.certs/usercert.pem GIT_SSL_KEY=~/.certs/userkey.pem GIT_SSL_CAINFO=~/.certs/git-ca-certs.crt git clone https://titan.company.com/git/test.git | |
| Cloning into test... | |
| * Couldn't find host titan.company.com in the .netrc file; using defaults | |
| * About to connect() to titan.company.com port 443 (#0) | |
| * Trying 192.169.2.1... * Connected to titan.company.com (192.169.2.1) port 443 (#0) | |
| * found 1 certificates in /home/users/jlcoope/.certs/git-ca-certs.crt | |
| * error reading X.509 key or certificate file | |
| * Closing connection #0 | |
| * Couldn't find host titan.company.com in the .netrc file; using defaults | |
| * About to connect() to titan.company.com port 443 (#0) | |
| * Trying 192.169.2.1... * Connected to titan.company.com (192.169.2.1) port 443 (#0) | |
| * found 1 certificates in /home/users/jlcoope/.certs/git-ca-certs.crt | |
| * error reading X.509 key or certificate file | |
| * Closing connection #0 | |
| error: error reading X.509 key or certificate file while accessing https://titan.cloud.n-ask.com/git/test.git/info/refs | |
| fatal: HTTP request failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment