The app was not honoring the user installed certificate and was still throwing `HandShakeException` when using `IOClient`. Inorder to fix the issue used the `cupertino_http` package. This patch series only includes the changes specific to iOS. Android related changes can be found here [0].
- [0] https://lore.proxmox.com/pve-devel/[email protected]/T/#t History: ============== changes since v1: https://lore.proxmox.com/pve-devel/[email protected]/T/#m18041c4e36f4188d46a6fa224a61e76ac394abfa - Rebased with master Shan Shaji (2): fix: ios: use `cupertino_http` package to honor custom user certificates fix: ios: add explicit throw of `HandshakeException` lib/src/authenticate.dart | 14 +++++++++++++- lib/src/utils_native.dart | 10 +++++++++- pubspec.lock | 26 +++++++++++++++++++++++++- pubspec.yaml | 1 + 4 files changed, 48 insertions(+), 3 deletions(-) -- 2.50.1 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
