Skip to content

Instantly share code, notes, and snippets.

@denihida1216
Last active January 8, 2026 04:00
Show Gist options
  • Select an option

  • Save denihida1216/afcbef894ad6f0304debc6ba3a85e1e1 to your computer and use it in GitHub Desktop.

Select an option

Save denihida1216/afcbef894ad6f0304debc6ba3a85e1e1 to your computer and use it in GitHub Desktop.
[Microsoft][ODBC Driver 17 or 18 for SQL Server]SSL Provider
#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