Hi Joaquin Alvarez •
As per my understanding from your question, it seems that you have multiple databases on a server with a TLS version below 1.2, and you want to test the functionality of TLS version 1.2 on a single database. In that case, you can follow these steps:
- Create a new temporary server with TLS 1.2
- Copy the specific database you want to test onto the new server.
- Conduct the necessary tests and evaluate the functionality using TLS version 1.2 on the copied database.
By setting up this temporary server with TLS 1.2, you can isolate the testing to a single server/database and ensure compatibility with the desired TLS version.
Let us know if this help or if you have any further questions.
Thank you!