[bug] [android] panicked at 'no CA certificates found'
Describe the bug
Hi,
I have a project which have indirect dependency to hyper-rustls. During runtime, the binary panics:
thread '<unnamed>' panicked at 'no CA certificates found', /home/pierre/.cargo/registry/src/github.com-1ecc6299db9ec82
3/hyper-rustls-0.22.1/src/connector.rs:45:13
any idea how to fix that?
Note, tauri features include native-tls-vendored.
(issue reported to hyper-rustls)
Reproduction
No response
Expected behavior
No response
Platform and versions
Environment › OS: Arch Linux Unknown X64 › Node.js: 16.17.1 › npm: 8.15.0 › pnpm: Not installed! › yarn: 1.22.19 › rustup: 1.25.1 › rustc: 1.66.1 › cargo: 1.66.1 › Rust toolchain: stable-x86_64-unknown-linux-gnu
Packages WARNING: no lock files found, defaulting to npm › @tauri-apps/cli [NPM]: 2.0.0-alpha.1 › @tauri-apps/api [NPM]: 2.0.0-alpha.0 › tauri [RUST]: git+https://github.com/tauri-apps/tauri?branch=next#1af9be904a309138b9f79dc741391000b1652c75 (2.0.0-alpha.2), › tauri-build [RUST]: git+https://github.com/tauri-apps/tauri?branch=next#1af9be904a309138b9f79dc741391000b1652c75 (2.0.0-alpha.0), › tao [RUST]: 0.16.0, › wry [RUST]: git+https://github.com/tauri-apps/wry?branch=dev#0a3e0070f1c6f987bb664674b9a0d7238772f277 (0.24.1),
App › build-type: bundle › CSP: default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self' › distDir: ../dist › devPath: http://localhost:9000/ › framework: React › bundler: Webpack
App directory structure ├─ public ├─ src-tauri ├─ .storybook ├─ node_modules ├─ src └─ dist
Stack trace
No response
Additional context
No response