Pere Miquel Brull d08308d9f2
[Docs] - Add 1.1.0 docs and remove 0.13.2 (#11604)
* Remove 0.13.2 and add 1.1.0

* Add 1.1.0 breaking changes for SM
2023-05-16 08:30:15 +02:00

670 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/v0.13.3/openmetadata/connectors/redshift/service-connection-arguments.png" alt="Configure service connection" caption="Configure the service connection by filling the form" /%}