Open blarfoon opened 9 months ago
Running into this as well. Is there any workaround? On MacOS my app will prompt for the "Identity keychain" after a while idling, and it's not even the user password.
We temporarily fixed it by using our own fork and patching it ourselves.
https://github.com/gorilla-devs/rust-native-tls/commit/306030011129dbd973ef7cdb6ebe47f7bec801c1
Sadly I don't have the time currently to dig further into the issue or add tests
After leaving the connection unused for 5 minutes (presumably that's the OS default for new keychains) the keychain locks and prompts the user to unlock, however there is a random password set and it can never be unlocked. To fix this we set the keychain to never lock.