2023-04-17 16:45:47 +02:00
|
|
|
---
|
|
|
|
title: Redshift Connector Troubleshooting
|
2023-05-04 12:37:18 -07:00
|
|
|
slug: /connectors/database/redshift/troubleshooting
|
2023-04-17 16:45:47 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
2023-04-25 12:03:07 +05:30
|
|
|
{% image
|
2023-06-30 12:25:11 +02:00
|
|
|
src="/images/v1.1.0/connectors/redshift/service-connection-arguments.png"
|
2023-04-25 12:03:07 +05:30
|
|
|
alt="Configure service connection"
|
|
|
|
caption="Configure the service connection by filling the form" /%}
|
|
|
|
|
|
|
|
|