<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Databricks app services in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/databricks-app-services/m-p/141294#M1505</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/199228"&gt;@Daya3189&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Your local system likely has the organization's certificates installed in the Windows/Mac system trust store, which Node.js (or your browser) can read.&lt;/P&gt;
&lt;P&gt;On Databricks, the app runs in a secure, isolated Linux container. It has no knowledge of your organization's certificates unless you explicitly provide the file and the map to an environment variable (NODE_EXTRA_CA_CERTS) in your app bundle.&lt;/P&gt;
&lt;P&gt;You can create a certs directory at the root of your project, and put the cacert.pem file in the directory.&lt;/P&gt;
&lt;P&gt;Then in app.yaml, you would add something like this to set the environment variable to the path of the certificate:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;env:
  - name: NODE_EXTRA_CA_CERTS
    value: ./certs/cacert.pem&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Dec 2025 19:53:09 GMT</pubDate>
    <dc:creator>stbjelcevic</dc:creator>
    <dc:date>2025-12-05T19:53:09Z</dc:date>
    <item>
      <title>Databricks app services</title>
      <link>https://community.databricks.com/t5/generative-ai/databricks-app-services/m-p/140595#M1464</link>
      <description>&lt;P&gt;Hi- I have built node.js based chatbot app that uses Azure OpenAI API to build connection and get query answers from it. I am using my organization deployed API on azure that requires cert.pem and cacert.pem certificates to authenticate. everything is working fine on my local system but when I deployed it on Databricks apps , I am getting error as below-&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[cause]: Error: unable to get local issuer certificate at TLSSocket.onConnectSecure (node:_tls_wrap:1679:34) at TLSSocket.emit (node:events:518:28) at TLSSocket._finishInit (node:_tls_wrap:1078:8) at ssl.onhandshakedone (node:_tls_wrap:864:12) { code: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I dont know where to load the certificates. can anyone help me please?&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 11:28:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/databricks-app-services/m-p/140595#M1464</guid>
      <dc:creator>Daya3189</dc:creator>
      <dc:date>2025-11-28T11:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks app services</title>
      <link>https://community.databricks.com/t5/generative-ai/databricks-app-services/m-p/141294#M1505</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/199228"&gt;@Daya3189&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Your local system likely has the organization's certificates installed in the Windows/Mac system trust store, which Node.js (or your browser) can read.&lt;/P&gt;
&lt;P&gt;On Databricks, the app runs in a secure, isolated Linux container. It has no knowledge of your organization's certificates unless you explicitly provide the file and the map to an environment variable (NODE_EXTRA_CA_CERTS) in your app bundle.&lt;/P&gt;
&lt;P&gt;You can create a certs directory at the root of your project, and put the cacert.pem file in the directory.&lt;/P&gt;
&lt;P&gt;Then in app.yaml, you would add something like this to set the environment variable to the path of the certificate:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;env:
  - name: NODE_EXTRA_CA_CERTS
    value: ./certs/cacert.pem&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 19:53:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/databricks-app-services/m-p/141294#M1505</guid>
      <dc:creator>stbjelcevic</dc:creator>
      <dc:date>2025-12-05T19:53:09Z</dc:date>
    </item>
  </channel>
</rss>

