We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The configured trusted Part
if encrypted is True: command.extend([' -attemptencrypt'])
could not work from my perspektive in most of the cases.
ERROR in our Landscape:
/usr/sap/HDB/HDB00/exe/hdbsql -e -attemptencrypt -n localhost -i 00 -d HDB-u SYSTEM -p 'password' "\s" ============================================================================== == SECURITY WARNING: The encrypted communication attempt failed. Retrying == == the connection attempt without encryption options. == ==============================================================================
I've changed the module part to the following one
if encrypted is True: command.extend(['-e' , '-ssltrustcert', '-sslcreatecert'])
this solution is working fine in our landscape
Feature Idea
hdbsql
The text was updated successfully, but these errors were encountered:
Hi @stm85 sounds like a good improvement. I will try to implement it as soon as possible.
Sorry, something went wrong.
rainerleber
No branches or pull requests
Summary
Hi,
The configured trusted Part
could not work from my perspektive in most of the cases.
ERROR in our Landscape:
I've changed the module part to the following one
this solution is working fine in our landscape
Issue Type
Feature Idea
Component Name
hdbsql
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: