UseSSL Parameter (Connect-SAPHANA Cmdlet)
Specifies whether the provider uses a secure (TLS/SSL) connection when connecting to SAP HANA.
Syntax
Connect-SAPHANA -UseSSL SwitchParameter
Data Type
bool
Default Value
false
Remarks
When set to true, the cmdlet attempts to establish a TLS/SSL connection with the SAP HANA server to encrypt data in transit.
By default, the cmdlet validates the server certificate against the system’s trusted certificate store.
When set to false, the connection is established without encryption.
This property is useful for ensuring secure communication and protecting sensitive data when connecting to SAP HANA over public or untrusted networks.