Force SSL DB Connection
As per AWS Guidelines we can force all connections to DB to use SSL & Client doesn’t have to do any work to use SSL. Does it mean that whatever value we pass on to Connection String for following parameters, it’ll still use SSL or we need to be specific about both these parameters?
TrustServerCertificate=true;Encrypt=true
Kindly advice.
As per AWS Guidelines we can force all connections to DB to use SSL & Client doesn’t have to do any work to use SSL. Does it mean that whatever value we pass on to Connection String for following parameters, it’ll still use SSL or we need to be specific about both these parameters? TrustServerCertificate=true;Encrypt=true Kindly advice. Read More