Java SDK v1.0.1
·
34 commits
to main
since this release
Bug Fixes
- Fixed TLS certificate validation failure when behind corporate VPN/proxy with MITM certificates (e.g., GlobalProtect). The underlying Rust native library now loads CA certificates from the OS native trust store (respecting
SSL_CERT_FILEand system certificate stores) while keeping bundled Mozilla roots as a fallback.