Linked Questions
10 questions linked to/from Invalid SSL certificate when pushing to Git server
1 vote
1 answer
2k views
SSL error while trying to push to github [duplicate]
This is a REPO I just created (my first one) so I might have set it up wrongly. When I try to PUSH the code from my machine to the REPO on GIT, I get: error:14090086:SSL routines:...
409 votes
30 answers
711k views
SSL certificate rejected trying to access GitHub over HTTPS behind firewall
I'm stuck behind a firewall, so I have to use HTTPS to access my GitHub repository. I'm using Cygwin 1.7.7 on Windows XP. I've tried setting the remote to https://[email protected]/username/ExcelANT....
148 votes
2 answers
302k views
How do I configure Git to trust certificates from the Windows Certificate Store?
Currently I have the following entry in my .gitconfig in my user directory. ... [http] sslCAInfo=C:\\Users\\julian.lettner\\.ssh\\git-test.pem ... This sets the certificate to use when ...
35 votes
7 answers
91k views
SSL certificate issue while creating git clone with TortoiseGit
I want to clone the git repository with the help of TortoiseGit, but I am getting error : error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:...
13 votes
4 answers
49k views
Git ssl error on windows
I keep getting the following error when attempting to clone a git repository using ssl on windows: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed The ssl ...
4 votes
3 answers
26k views
Git - "SSL certificate issue: self signed certificate in certificate chain"
I just started getting this error when trying to push my changes. I don't know what changed on my system and there should not be any self-signed certs in this connection. Git has been uninstalled ...
3 votes
0 answers
5k views
TortoiseGit remote operations fail with SSL issue : "unable to get local issuer certificate"
When trying a remote operation in TortoiseGit 2.3.0.0 on windows 10, I get: fatal: unable to access 'https://github.com/username/repo.git/': SSL certificate problem: unable to get local issuer ...
9 votes
0 answers
3k views
Atom Proxy Configuration Not Working: error self signed certificate in certificate chain
I've been trying all the examples I found online, but couldn't get it to work. When I try to install or search for a package, I get "self signed certificate in certificate chain". Here's what I've ...
3 votes
1 answer
429 views
Can't customize the configuration in .gitconfig separately for the work and personal environment
I have the following files: C:\Users\User\.gitconfig [includeIf "gitdir:C:/Development-Personal/"] path = development-personal.gitconfig [includeIf "gitdir:C:/Development-Work/"] path = ...
0 votes
1 answer
210 views
Android Kotlin Project Not upload on Git
I created Android Project when i trying to push the project from CMD prompt it show this message fatal: unable to access 'https://github.com/<userName>/<project_name>/': SSL certificate ...