SQL Error
I am trying to get my TeamCity to work with MS SQL 2008 R2, however our databases have Forced Protocol Encryption.
I am getting the following error "SQL exception: I/O Error: DB server closed connection. "
I looked at our logs and it is because it requires encryption.
How can I set my database.properties to allow Forced Protocol Encryption?
Please sign in to leave a comment.
Nevermind.. after posting this I saw the SQL Native
After adding Force Encryption = true it works now