Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] How to disable that checking ssl certificate

If it doesn't work it probably means the option is not yet supported. Feel free to open an enhancement request for it: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=JGit

Cheers,
Tomasz


On Tue, Nov 13, 2012 at 5:01 AM, Zsolt Koppany <zkoppanylist@xxxxxxxxxxx> wrote:
Hi Everybody,

how can I disable checking ssl certificate? I need to use https connection however without a valid certificate.

I mean the git command below:

git config ––global http.sslVerify false

Regards,

Zsolt
_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jgit-dev


Back to the top