SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

Require user to explicitly allow TLS instead of enabling implicit #149

Closed ntnn closed 4 years ago

ntnn commented 4 years ago

Description

Users must enable TLS explicitly by setting ASE_TLS=true or Info.TLSEnable = true. Also defaults the expected TLS servername to be Info.Host.

TLS is also enabled by default when the port is 443, e.g. for TLS proxies.

Related issues

Link any related issues here.

Tests