* cant figure out how to get git working over https with a self signed certificate
@ 2008-02-17 17:48 Anatoly Yakovenko
2008-02-17 17:51 ` Jeff King
0 siblings, 1 reply; 2+ messages in thread
From: Anatoly Yakovenko @ 2008-02-17 17:48 UTC (permalink / raw)
To: git
cant figure out how to get git working over https with a self signed
certificate. I keep getting the dreaded "Error: no DAV locking
support on remote repo"
i have DAV on that location
<Location /git>
DAV on
</Location>
and the module is loaded, but i cant seem to get git to push
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: cant figure out how to get git working over https with a self signed certificate
2008-02-17 17:48 cant figure out how to get git working over https with a self signed certificate Anatoly Yakovenko
@ 2008-02-17 17:51 ` Jeff King
0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2008-02-17 17:51 UTC (permalink / raw)
To: Anatoly Yakovenko; +Cc: git
On Sun, Feb 17, 2008 at 09:48:26AM -0800, Anatoly Yakovenko wrote:
> cant figure out how to get git working over https with a self signed
> certificate. I keep getting the dreaded "Error: no DAV locking
> support on remote repo"
Have you tried setting GIT_SSL_NO_VERIFY=1 in the environment? I haven't
tried http push, but the error message passing in this case for fetching
is not very good.
-Peff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-17 17:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-17 17:48 cant figure out how to get git working over https with a self signed certificate Anatoly Yakovenko
2008-02-17 17:51 ` Jeff King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).