Hi @juni dev - Yes, the version of the driver you are using supports encryption. You could add the below entry to the DSN file to force encryption but as stated, client encryption is enabled by default if supported by the connecting client driver and encryption is supported in this case.
ODBC: Encrypt=yes
Just a note, the following entry ensures that the client connection is using a CA verified certificate:
TrustServerCertificate=No
Encryption uses the certificate on the server. This must be verified by a certificate authority, unless the connection attribute SQL_COPT_SS_TRUST_SERVER_CERTIFICATE is set to SQL_TRUST_SERVER_CERTIFICATE_YES or the connection string contains "TrustServerCertificate=yes". If either of these conditions is true, a certificate generated and signed by the server can be used to encrypt the connection if no certificate is on the server.
Encryption is currently taking place. Please let me know if you have any additional questions.
Regards,
Mike