2022-09-12 13:16:48 +05:30
|
|
|
---
|
|
|
|
title: Redshift Connector Troubleshooting
|
2022-10-05 21:54:02 -07:00
|
|
|
slug: /connectors/database/redshift/troubleshooting
|
2022-09-12 13:16:48 +05:30
|
|
|
---
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
<div className="w-100 flex justify-center">
|
|
|
|
<Image
|
|
|
|
src="/images/openmetadata/connectors/redshift/service-connection-arguments.png"
|
|
|
|
alt="Configure service connection"
|
|
|
|
caption="Configure the service connection by filling the form"
|
|
|
|
/>
|
|
|
|
</div>
|