Hi everyone,
We are working on an order forecasting model using azure databricks and an ml model from Hugging Face and are running into an issue where the connection over SSL (port 443) fails during the handshake (EOF Error SSL 992). We suspect that a corporate proxy or firewall might be interrupting the connection.
Hereโs the situation:
- We are using Databricks Standard Tier, where VNet integration is supposedly not available, but our Databricks workspace is connected to a VNet which in theory should have a corporate proxy attached.
- The cluster has no Public IP, and weโre unsure how the traffic is routed internally.
- Weโre considering upgrading to Premium Tier to take advantage of VNet and other features, but for now, weโd like to understand the networking in Standard Tier.
Can anyone explain how networking works in the Standard Tier, especially around VNet usage? Could the lack of Public IP and the corporate proxy be causing our SSL connection issues? Ideally, we'd want to configure public IPs or allow the cluster to use our organization's IP range through the proxy / firewall.
Thanks for any guidance! Also if you have a good bicep or ARM template feel free to share.