You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A: if port 443 is specified, and useTLS is false, exit with error "set useTLS to true"
B: if port 443 is specified, and useTLS is false, automatically set useTLS to true
I guess HANA will not be exposed on port 443 unless its TLS, so lets help the user in the right direction?
any thoughts? I can help with a pull request
The text was updated successfully, but these errors were encountered:
I have some good news: we just implemented option B with the latest PR. This now matches other HANA interfaces that automatically enable TLS on port 443.
Suggest one of
A: if port 443 is specified, and
useTLS
is false, exit with error "set useTLS to true"B: if port 443 is specified, and
useTLS
is false, automatically set useTLS to trueI guess HANA will not be exposed on port 443 unless its TLS, so lets help the user in the right direction?
any thoughts? I can help with a pull request
The text was updated successfully, but these errors were encountered: