Quantcast
Channel: Active questions tagged https - Stack Overflow
Viewing all articles
Browse latest Browse all 1501

How can I make git accept a self signed certificate?

$
0
0

Using Git, is there a way to tell it to accept a self signed certificate?

I am using an https server to host a git server but for now the certificate is self signed.

When I try to create the repo there for the first time:

git push origin master -f

I get the error:

error: Cannot access URL     https://the server/git.aspx/PocketReferences/, return code 22fatal: git-http-push failed

Viewing all articles
Browse latest Browse all 1501

Trending Articles