[GH-ISSUE #102] CERTIFICATE_VERIFY_FAILED #2519

Open
opened 2026-05-03 02:15:17 -05:00 by GiteaMirror · 6 comments
Owner

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:

Something bad happens: HandshakeException: Handshake error in client
(OS Error:

CERTIFICATE_VERIFY_FAILED: unable to get local issuer certificate(handshake.cc:354))

Is something preventing the app from using the system's user-installed SSL certificates?

Thanks!

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: ``` Something bad happens: HandshakeException: Handshake error in client (OS Error: CERTIFICATE_VERIFY_FAILED: unable to get local issuer certificate(handshake.cc:354)) ``` Is something preventing the app from using the system's user-installed SSL certificates? Thanks!
GiteaMirror added the gitea label 2026-05-03 02:15:17 -05:00
Author
Owner

@pd4d10 commented on GitHub (Oct 3, 2020):

Hi, @mathmaniac43 , thanks for the report!

Does you self-hosted site work fine in the browser?

<!-- gh-comment-id:703061105 --> @pd4d10 commented on GitHub (Oct 3, 2020): Hi, @mathmaniac43 , thanks for the report! Does you self-hosted site work fine in the browser?
Author
Owner

@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.

<!-- gh-comment-id:703093315 --> @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.
Author
Owner

@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

<!-- gh-comment-id:703099502 --> @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
Author
Owner

@mathmaniac43 commented on GitHub (Oct 7, 2020):

I see, thank you for finding and sharing that!

<!-- gh-comment-id:704912520 --> @mathmaniac43 commented on GitHub (Oct 7, 2020): I see, thank you for finding and sharing that!
Author
Owner

@ghost commented on GitHub (Oct 22, 2020):

Potential fix flutter/flutter#50699#issuecomment-653855688

<!-- gh-comment-id:714600694 --> @ghost commented on GitHub (Oct 22, 2020): Potential fix [flutter/flutter#50699#issuecomment-653855688](https://github.com/flutter/flutter/issues/50699#issuecomment-653855688)
Author
Owner

@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.

<!-- gh-comment-id:833681216 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/git-touch#2519