keepass2android icon indicating copy to clipboard operation
keepass2android copied to clipboard

Please implement TLS 1.3

Open jwgn opened this issue 3 years ago • 1 comments

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.

jwgn avatar Feb 14 '22 22:02 jwgn

Same here, thanks for the initial hint!

x86dev avatar Aug 24 '22 14:08 x86dev