SQL-Server TLS 1.0, 1.1 vulnerabilities
Question ID: 107695
0
0

Our Security team says that there are security vulnerabilities that were found on the SQL server hosting the Quality Center Database. How do we configure QC/SQL-Server to only use TLS 1.2?

Marked as spam
Posted by (Questions: 193, Answers: 14)
Asked on June 30, 2017 7:12 pm
258 views
Answers (1)
0
Private answer

To install ALM on a database configured with TLS 1.2, update the JDBC connection string to TLS 1.2.

During the installation, add CryptoProtocolVersion=TLSv1.2 to the JDBC connection string.

For example:

jdbc:hp:sqlserver:// < your server name >:;EncryptionMethod=SSL;CryptoProtocolVersion=TLSv1.2

Marked as spam
Posted by (Questions: 4, Answers: 509)
Answered on July 18, 2017 4:19 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top