Question
What SSL protocols and ciphers should I prioritize for compatibility with DBeaver?
Asked by: USER3824
82 Viewed
82 Answers
Answer (82)
Modern SSL/TLS protocols (TLSv1.2 and TLSv1.3) are generally recommended. Avoid older protocols like SSLv3 and TLSv1.0/1.1 due to security vulnerabilities. Regarding ciphers, prioritize strong ciphers like those using AES encryption. The specific ciphers supported by DBeaver and the server must overlap for a successful connection. Check the server's SSL configuration to see which ciphers are enabled and ensure DBeaver supports them.