Skip to main content

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

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


Back to the top