I’m sure this question has been asked in some flav...
# ask-community-for-troubleshooting
v
I’m sure this question has been asked in some flavor or the other before but, I’m having issues testing Airbyte via Docker behind a proxy. I’m trying to setup a snowflake connection as documented and I get the error as below. I’ve tried adding JDBC parameters but, i presume the issue is getting past the proxy Has anyone encountered this before?
Copy code
airbyte-proxy       | 172.20.0.1 - airbyte [14/Nov/2022:14:06:59 +0000] "GET /api/v1/health HTTP/1.1" 200 18 "<http://localhost:8000/workspaces/3743a9af-d147-4c5a-b3b1-5756ee70ad31/destination/new-destination>" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
airbyte-worker      | 2022-11-14 14:07:03 ERROR i.a.c.i.LineGobbler(voidCall):114 - Nov 14, 2022 2:07:03 PM net.snowflake.client.jdbc.RestRequest execute
airbyte-worker      | 2022-11-14 14:07:03 ERROR i.a.c.i.LineGobbler(voidCall):114 - SEVERE: Stop retrying since elapsed time due to network issues has reached timeout. Elapsed: 60,556(ms), timeout: 60,000(ms)
airbyte-worker      | 2022-11-14 14:07:04 ERROR i.a.w.i.DefaultAirbyteStreamFactory(internalLog):116 - HikariPool-1 - Exception during pool initialization.
airbyte-worker      | Stack Trace: net.snowflake.client.jdbc.SnowflakeSQLException: JDBC driver encountered communication error. Message: Exception encountered for HTTP request: No trusted certificate found.
airbyte-worker      |   at net.snowflake.client.jdbc.RestRequest.execute(RestRequest.java:301)
airbyte-worker      |   at net.snowflake.client.core.HttpUtil.executeRequestInternal(HttpUtil.java:737) 
...
...
airbyte-worker      |   at io.airbyte.integrations.destination.snowflake.SnowflakeDestination.main(SnowflakeDestination.java:30)
airbyte-worker      | Caused by: javax.net.ssl.SSLHandshakeException: No trusted certificate found
airbyte-worker      |   at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
airbyte-worker      |   at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:370)
airbyte-worker      |   at net.snowflake.client.jdbc.internal.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
airbyte-worker      |   at net.snowflake.client.jdbc.RestRequest.execute(RestRequest.java:174)
airbyte-worker      |   ... 25 more  
airbyte-worker      |   at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:638)
airbyte-worker      |   ... 49 more
airbyte-worker      | 
airbyte-worker      | 2022-11-14 14:07:04 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - Completed integration: io.airbyte.integrations.destination.snowflake.SnowflakeDestination
airbyte-server      | 2022-11-14 14:07:04 INFO i.a.s.RequestLogger(filter):112 - REQ 172.20.0.3 GET 200 /api/v1/health
u
Hi Vishy, we've got an issue open to document this: https://github.com/airbytehq/airbyte/issues/16738 I need more time to look into this as we've had unprecedented number of messages within the last few weeks. If you find anything, please let me know, otherwise I will update here when I find the information :)