<?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>question Re: Cloudera Data Science Workbench 1.6 latest. in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-Data-Science-Workbench-1-6-latest/m-p/279773#M208454</link>
    <description>&lt;P&gt;I actually found that under the known limitation of CDSW 1.6 and applied the workaround and worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2019 12:48:32 GMT</pubDate>
    <dc:creator>Onedile</dc:creator>
    <dc:date>2019-10-09T12:48:32Z</dc:date>
    <item>
      <title>Cloudera Data Science Workbench 1.6 latest.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-Data-Science-Workbench-1-6-latest/m-p/279656#M208387</link>
      <description>&lt;P&gt;HI Guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I upgrade to the latest CDSW 1.6 over the weekend. The upgrade was successful, however i am having trouble lunching a CLI terminal once i have created a project. Every time i do, i get the below error.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;&lt;SPAN&gt;This page isn’t working&lt;/SPAN&gt;&lt;/H1&gt;
&lt;P&gt;&lt;STRONG&gt;tty-8c51gbduvszddduehl.domain.co.za&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is currently unable to handle this request.&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV class="error-code"&gt;HTTP ERROR 500&lt;/DIV&gt;
&lt;DIV class="error-code"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="error-code"&gt;My cluster is fully TLS'ed and only having this problem since the upgrade.&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Apr 2026 11:36:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudera-Data-Science-Workbench-1-6-latest/m-p/279656#M208387</guid>
      <dc:creator>Onedile</dc:creator>
      <dc:date>2026-04-21T11:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera Data Science Workbench 1.6 latest.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-Data-Science-Workbench-1-6-latest/m-p/279772#M208453</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please check if you have faced any errors like below in the CDSW logs like below after upgrade to 1.6&lt;BR /&gt;&lt;BR /&gt;ERROR EngineInit.BrowserSvcs fgtugi359w4b5n58 Finish apiGet, failed to execute API request data = {"err":"Get &lt;A href="https://cdsw.unedic.intra/api/v1/projects/Priseenmain/formation_python/engines/fgtugi359w4b5n58/permissions?user=kkhataei-ext" target="_blank"&gt;https://cdsw.unedic.intra/api/v1/projects/Priseenmain/formation_python/engines/fgtugi359w4b5n58/permissions?user=kkhataei-ext&lt;/A&gt;: x509: certificate signed by unknown authority","user":"root"}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The method by which the Cloudera Data Science Workbench web UI session tokens are stored has been hardened.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cloudera.com/documentation/data-science-workbench/latest/topics/cdsw_release_notes.html#rel_160" target="_blank"&gt;https://www.cloudera.com/documentation/data-science-workbench/latest/topics/cdsw_release_notes.html#rel_160&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as the issue happened after the upgrade to CDSW 1.6 I suspect that it is related to the issue addressed under "DSE-7173". It seems that in CDSW 1.6 all internal traffic is et to go through the ingress-controller proxy for more security, however, it seems that some certificates are not making it into the sessions&lt;BR /&gt;&lt;BR /&gt;A possible solution can be by manually copy the root CA and intermediate CA into the underlying cert file that contains all of the OS level certs.&lt;BR /&gt;&lt;BR /&gt;Check if below steps works&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please find the steps below, try it and let us know how it goes.&lt;/P&gt;&lt;P&gt;1. Copy all of the certificates you are using in your chain of trust (root CA, intermediate CA's). It should start and end with ----BEGIN CERTIFICATE----, ----END CERTIFICATE----)&lt;BR /&gt;2. Create a session like normal and copy the engineID from the URl. Then figure out which host the pod is running on (last column) with:&lt;BR /&gt;# kubectl get po --all-namespaces=true -o wide&lt;BR /&gt;3. SSH into that host and run:&lt;BR /&gt;docker ps | grep -i &amp;lt;engineID&amp;gt; (to get the container id)&lt;BR /&gt;docker cp &amp;lt;containerID&amp;gt;:/etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt&lt;BR /&gt;This step will copy the ca-certificate file out of the docker container. This file contains all of the certificates that are trusted by the OS.&lt;BR /&gt;4. Append ALL of your internal root CA / intermediate CA certificates to the end of this file. Copy this file to all of the CDSW nodes that you have&lt;BR /&gt;5. Go back to CDSW -&amp;gt; Admin -&amp;gt; Engines, and under Mounts, add /etc/ssl/certs/ca-certificates.crt to the engine mount. This will ensure that the changes persist across restarts.&lt;BR /&gt;6. Create a brand new session in CDSW and ensure that you can open the _Terminal and access Jupyter workbench.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 12:46:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudera-Data-Science-Workbench-1-6-latest/m-p/279772#M208453</guid>
      <dc:creator>Bhuv</dc:creator>
      <dc:date>2019-10-09T12:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera Data Science Workbench 1.6 latest.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-Data-Science-Workbench-1-6-latest/m-p/279773#M208454</link>
      <description>&lt;P&gt;I actually found that under the known limitation of CDSW 1.6 and applied the workaround and worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 12:48:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudera-Data-Science-Workbench-1-6-latest/m-p/279773#M208454</guid>
      <dc:creator>Onedile</dc:creator>
      <dc:date>2019-10-09T12:48:32Z</dc:date>
    </item>
  </channel>
</rss>

