[Qt-creator] Using own git server (https self signed)
Petric Frank
pfrank at gmx.de
Mon Jul 25 23:17:27 CEST 2022
Hello,
Am Montag, 25. Juli 2022, 13:30:24 CEST schrieb Orgad Shaneh:
> On Mon, Jul 25, 2022 at 2:25 PM Konstantin Tokarev <annulen at yandex.ru>
>
> wrote:
> > > Try to configure:git config http.sslVerify false
> >
> > This undermines whole point of using HTTPS (besides buzzword
> > compatibility).
> > Use http.sslCAInfo to verify server certificate, or use different protocol
> > like ssh or plain http.
>
> This is a server in an internal network, so MITM is very unlikely.
>
> I did not suggest to configure it globally, but only for this repository.
The option
-c http.sslVerify=false
passed to the git command seems to disable the check.
But how to configure that in qtcreator ?
regards
Petric
More information about the Qt-creator
mailing list