mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-06 19:58:49 -05:00
[GH-ISSUE #102] CERTIFICATE_VERIFY_FAILED #1905
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mathmaniac43 on GitHub (Sep 29, 2020).
Original GitHub issue: https://github.com/pd4d10/git-touch/issues/102
Hello,
I am trying to set up this app on my Motorola Android 9.0 phone. I want to connect it to my locally-hosted GiTea instance, which I have generated my own SSL certificates up to use HTTPS with. I have installed the root certificate onto my phone, and it works for my web browser and other services.
When I plug in the GiTea access token, I get the following error:
Is something preventing the app from using the system's user-installed SSL certificates?
Thanks!
@pd4d10 commented on GitHub (Oct 3, 2020):
Hi, @mathmaniac43 , thanks for the report!
Does you self-hosted site work fine in the browser?
@mathmaniac43 commented on GitHub (Oct 3, 2020):
Yes it does. After I installed the public root cert I generated on my phone, the browsers (Firefox and Google Chrome) are happy to open the site.
@pd4d10 commented on GitHub (Oct 3, 2020):
OK. It looks related to Dart/Flutter framework, not the app itself.
Found some similar issues at Flutter repo: https://github.com/flutter/flutter/issues/50699 https://github.com/flutter/flutter/issues/23045
@mathmaniac43 commented on GitHub (Oct 7, 2020):
I see, thank you for finding and sharing that!
@ghost commented on GitHub (Oct 22, 2020):
Potential fix flutter/flutter#50699#issuecomment-653855688
@HarrPerson commented on GitHub (May 6, 2021):
I have the same problem with GitTouch and gogs.
Self signed root CA is installed as user certificate. Chrome works fine.