Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
garynorcrossmmc
Advocate IV
Advocate IV

Databricks Error (SSL Certificate) With Refresh

Hi all, 

 

I'm trying to connect to our databricks server using the following code:
Databricks.Query("adb-XXXX51515437742.2.azuredatabricks.net", "sql/protocolv1/o/XXXX051515437742/1210-163745-19j9k0vp", [Catalog="hive_metastore", Database=null, EnableAutomaticProxyDiscovery=null, ConnectionTimeout=180])

 

And then receiving this error constantly when trying to load the data into Power BI:
ODBC: ERROR [08S01] [Microsoft][Hardy] (115) Connection failed with error: SSL_read: error code: 0

This makes ZERO sense because my account information is correct, I've recently downloaded the certificates and I am connected to my company's VPN correctly to access the server.  When I apply transformations in Power Query, I'm able to see the data, but it will not load into the design view (failing after about a minute).  Why is this happening?

1 ACCEPTED SOLUTION
v-csrikanth
Community Support
Community Support

Hi @garynorcrossmmc
Thank you for being part of the Microsoft Fabric Community.

Please do check the below points that might resolve your issue. 

  • Make sure SSL is enabled in the ODBC driver settings.

  • Check that the certificate used by Databricks is from a trusted Certificate Authority (CA).

  • If you're using a VPN or proxy, verify it isn’t intercepting or altering SSL traffic.

  • Ensure the Databricks cluster you're connecting to is running and reachable.

  • Use the latest version of Power BI Desktop—older builds can have SSL compatibility issues.

  • In your microsoft.sparkodbc.ini file, enable detailed error logging:
    [Driver]
    AllowDetailedSSLErrorMessages=1
    EnableCurlDebugLogging=1
  • Review the latest official guidance here: Power BI with Azure Databricks

 

If the above information is helpful, please give us Kudos and mark the response as Accepted as solution.
Best Regards,
Community Support Team _ C Srikanth.

 

View solution in original post

1 REPLY 1
v-csrikanth
Community Support
Community Support

Hi @garynorcrossmmc
Thank you for being part of the Microsoft Fabric Community.

Please do check the below points that might resolve your issue. 

  • Make sure SSL is enabled in the ODBC driver settings.

  • Check that the certificate used by Databricks is from a trusted Certificate Authority (CA).

  • If you're using a VPN or proxy, verify it isn’t intercepting or altering SSL traffic.

  • Ensure the Databricks cluster you're connecting to is running and reachable.

  • Use the latest version of Power BI Desktop—older builds can have SSL compatibility issues.

  • In your microsoft.sparkodbc.ini file, enable detailed error logging:
    [Driver]
    AllowDetailedSSLErrorMessages=1
    EnableCurlDebugLogging=1
  • Review the latest official guidance here: Power BI with Azure Databricks

 

If the above information is helpful, please give us Kudos and mark the response as Accepted as solution.
Best Regards,
Community Support Team _ C Srikanth.

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.