rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.64k stars 380 forks source link

Git2-rs on Android got error "the SSL certificate is invalid" #1009

Closed newproplus closed 6 months ago

newproplus commented 6 months ago

Hi, there. I made an app with git2-rs, it works well on linux, but I got an error on Android like: { code: -17, klass: 16, message: "the SSL certificate is invalid" }

Does anyone know how to resolve it?

Thank you.

ehuss commented 6 months ago

Unfortunately I don't know how to resolve that. Closing as a duplicate of #920.