[Qt-creator] Using own git server (https self signed)

Orgad Shaneh orgads at gmail.com
Mon Jul 25 13:12:41 CEST 2022


Try to configure:
git config http.sslVerify false

On Mon, Jul 25, 2022, 2:07 PM Petric Frank <pfrank at gmx.de> wrote:

> Hello,
>
> for testing i set up a gitea server on a local machine. The webserver part
> uses a self signed certificate.
>
> When importing a repository i got the message (translated from german):
> ------------------------ cut -----------------------
> Cloning to 'test'...
> fatal: could not access 'https://192.168.xxx.xxx/user/test.git/': SSL
> certificate problem: self signed certificate
> ------------------------ cut -----------------------
>
> Due the git server is behind a proxy server (internal) i can not use lets-
> encrypt certs (port 80 will not be exported to the internet).
>
> As a workaround i have placed the cert into my local cert store.
>
> Is there a way to disable the cert check for this project ?
>
> Both systems are Linux located in the same subnet.
> Qt-Creator version is 4.15.1
>
> kind regards
>   Petric
>
>
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> https://lists.qt-project.org/listinfo/qt-creator
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20220725/72658f39/attachment.htm>


More information about the Qt-creator mailing list