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
Describe the bug
New to piperider (looks promising!).
Connected to redshift in a private subnet via ssh tunneling.
piperider diagnose throws an error due to mismatching certificate name.
piperider diagnose
server certificate for "XXXXX" does not match host name "localhost"
Funny that piperider compare runs actually all dbt commands until throws another error
piperider compare
Tried to add sslmode:prefer in dbt-settings as it is recommended here. But no help.
sslmode:prefer
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Hi @vymaker, thanks for your feedback.
It seems the settings is redshift specific settings sslmode. We will evaluate and prioritize it. Thanks.
sslmode
Sorry, something went wrong.
Configure sslmode in the sqlalchemy.
https://stackoverflow.com/questions/46033456/error-when-connecting-to-redshift-server-certificate-does-not-match-host-name
create_engine(connection_string, connect_args={'sslmode': 'prefer'})
No branches or pull requests
Describe the bug
New to piperider (looks promising!).
Connected to redshift in a private subnet via ssh tunneling.
piperider diagnose
throws an error due to mismatching certificate name.server certificate for "XXXXX" does not match host name "localhost"
Funny that
piperider compare
runs actually all dbt commands until throws another errorTried to add
sslmode:prefer
in dbt-settings as it is recommended here. But no help.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: