Summary
Error encountered when updating connector image in Airbyte on Azure VM, SSL handshake issue causing failure to fetch connector registry entry
Question
Hey guys, i am facing an issue i think i need help with.
So i am running airbyte on a VM hosted in azure. In production i run version 0.50 and when updating a connector image , for example sql server to 3.6.0 i have no issues. In Dev i am trying to update to 0.63, however there i have the issue that when trying to update an image i get the bellow error message in the UI.
Also checking the command line output running in debugg mode i see that the error is cause by the following
airbyte-server | java.lang.RuntimeException: Failed to fetch connector registry entry for airbyte/source-mssql:3.6.0
airbyte-server | Caused by: http://javax.net|javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
airbyte-server | Caused by: java.io.EOFException: SSL peer shut down incorrectly
I tried added a ssl certificate to my server and when checking the UI i see that the webserver is correctly secured. Does anyone know what to try next?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.