Last active
January 8, 2026 04:00
-
-
Save denihida1216/afcbef894ad6f0304debc6ba3a85e1e1 to your computer and use it in GitHub Desktop.
[Microsoft][ODBC Driver 17 or 18 for SQL Server]SSL Provider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #diawal line | |
| openssl_conf = default_conf | |
| #diakhir line | |
| [default_conf] | |
| ssl_conf = ssl_sect | |
| [ssl_sect] | |
| system_default = system_default_sect | |
| [system_default_sect] | |
| MinProtocol = TLSv1 | |
| CipherString = DEFAULT@SECLEVEL=0 | |
| #testing | |
| #reboot | |
| #sqlcmd -S 192.168.1.6 -U sa -P 'password' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment