Hi Team I’m trying to setup Airbyte on my local an...
# ask-community-for-troubleshooting
j
Hi Team I’m trying to setup Airbyte on my local and getting issue while setting-up local Postgres as destination.
Could not connect with provided configuration. HikariPool-1 - Connection is not available, request timed out after 30013ms.
Screenshot 2022-06-20 at 16.58.46.png
m
Try other hosts for your local: localhost, 127.0.0.1, docker.internal.host etc
g
After I add the following in JDBC params, it works fine-
Copy code
enabledTLSProtocols=TLSv1.2