keepass2android
keepass2android copied to clipboard
Please implement TLS 1.3
I have set my TLS version to 1.3 only in Nginx:
ssl_protocols TLSv1.3;
Without specifying any ciphers which defaults to
TLS_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) TLS_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) TLS_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits)
as allowed ciphers.
This results in a handshake error when trying to get my database from my Nextcloud. Had to switch back to 1.2 to get it back working.
Please implement TLS 1.3.
Same here, thanks for the initial hint!