When a client Application connects to SQL Server the login credentials are sent over the network in a TLS Encrypted Handshake Message.
For testing purposes I would like to have the login credentials sent in clear text. The password would still be hashed which is fine, but my network admin wants to be able to pick up the other login details in a trace file.
I’ve been told that there is some way to disable the encryption for the connection handshake in some cases for some applications, but I don’t have any details about how to do this or when it can be applied.