Sriharsha Chintalapani 5978e9a48b
Revert "Fix docs (#11443)" (#11446)
This reverts commit 9a0ab3ba583bbc670610e899ba221ac3d941027f.
2023-05-04 12:37:18 -07:00

659 B

title slug
Redshift Connector Troubleshooting /connectors/database/redshift/troubleshooting

Troubleshooting

Learn how to resolve the most common problems people encounter in the Redshift connector.

connection to server at \"<host>:<port>\" (@IP),
<port> failed: server certificate for \"\*<host>:<port>\"
does not match host name \"<host>:<port>\"

If you get this error that time plese pass {'sslmode': 'verify-ca'} in the connection arguments.

{% image src="/images/v1.0.0/connectors/redshift/service-connection-arguments.png" alt="Configure service connection" caption="Configure the service connection by filling the form" /%}