<?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: SSL error: sslv3 alert handshake failure in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/921343#M28256</link>
    <description>We were able to solve the issue by running the commands&lt;BR /&gt;1. Run the following command to edit the value in consul:&lt;BR /&gt; /opt/sas/viya/home/bin/sas-bootstrap-config --consul &lt;A href="https://localhost:8501" target="_blank"&gt;https://localhost:8501&lt;/A&gt; kv write --force config/postgres/sas.dataserver.pool/common/ssl_ciphers \'TLSv1.2:\!aNULL\'&lt;BR /&gt; &lt;BR /&gt;2. to check if the value has been updated:&lt;BR /&gt; /opt/sas/viya/home/bin/sas-bootstrap-config kv read --recurse config/postgres/ | grep -i ciphers&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Mar 2024 16:54:40 GMT</pubDate>
    <dc:creator>jbond007</dc:creator>
    <dc:date>2024-03-21T16:54:40Z</dc:date>
    <item>
      <title>SSL error: sslv3 alert handshake failure</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/920271#M28213</link>
      <description>&lt;P&gt;Hi SAS Communities,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea on the error I'm receiving after I apply the hotfix on SASVI (VIYA3.5), i cannot start the services properly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;psql: SSL error: sslv3 alert handshake failure&lt;/P&gt;
&lt;P&gt;FATAL: client authentication failed&lt;BR /&gt;DETAIL: no pool_hba.conf entry for host "X.X.X.X", user "dbmsowner, database "postgres", SSL off&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before hotfix it is working, it says client authentication failed but I can still login to postgres without any issues.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 11:26:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/920271#M28213</guid>
      <dc:creator>jbond007</dc:creator>
      <dc:date>2024-03-14T11:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error: sslv3 alert handshake failure</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/920311#M28216</link>
      <description>How did you perform your update?</description>
      <pubDate>Thu, 14 Mar 2024 16:50:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/920311#M28216</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-03-14T16:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error: sslv3 alert handshake failure</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/920313#M28217</link>
      <description>using this command&lt;BR /&gt;ansible-playbook -i inventory.ini site.yml -vvv&lt;BR /&gt;when applying the hotfix it can start ALL the service but when i attempt to do a full restart sudo /etc/init.d/sas-viya-all-services/ stop|start it gives that error messages</description>
      <pubDate>Thu, 14 Mar 2024 16:53:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/920313#M28217</guid>
      <dc:creator>jbond007</dc:creator>
      <dc:date>2024-03-14T16:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error: sslv3 alert handshake failure</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/920319#M28218</link>
      <description>I suspect the failure is happening when sas-viya-all-services tries to start the postgres or pgpool service.&lt;BR /&gt;&lt;BR /&gt;The scripts make calls to the database using psql which should use TLS, in this case it appears that call is either not using TLS or the TLS call is failing and so it is trying without TLS and that attempt is failing because postgres is configured not to allow connections that are not using TLS.&lt;BR /&gt;&lt;BR /&gt;I would recommend engaging SAS Technical Support so we can dig into the details of what's happening. &lt;BR /&gt;&lt;BR /&gt;I usually update using the update-only.yml playbook, but I'm not sure that is related as site.yml should update as well.&lt;BR /&gt;&lt;BR /&gt;Updating with Ansible&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/calcdc/3.5/dplyml0phy0lax/n0f5bkzrsoh6bnn1jc3x1n1b5lye.htm#p0i9a6badk01d5n1vulx8p9wpr34" target="_blank"&gt;https://go.documentation.sas.com/doc/en/calcdc/3.5/dplyml0phy0lax/n0f5bkzrsoh6bnn1jc3x1n1b5lye.htm#p0i9a6badk01d5n1vulx8p9wpr34&lt;/A&gt;</description>
      <pubDate>Thu, 14 Mar 2024 17:13:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/920319#M28218</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-03-14T17:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error: sslv3 alert handshake failure</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/920324#M28221</link>
      <description>Ya, i think its the script during the hotfix it can start everything. &lt;BR /&gt;I noticed it changes the ssl_ciphers as well so i think that's the issue here.&lt;BR /&gt;&lt;BR /&gt;Yup I raised ticket on SAS Technical Support just waiting for now</description>
      <pubDate>Thu, 14 Mar 2024 17:28:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/920324#M28221</guid>
      <dc:creator>jbond007</dc:creator>
      <dc:date>2024-03-14T17:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error: sslv3 alert handshake failure</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/920326#M28222</link>
      <description>And for the update-only.yml this is the command im using before but I encounter this same issue before and they advised me to use the site.yml</description>
      <pubDate>Thu, 14 Mar 2024 17:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/920326#M28222</guid>
      <dc:creator>jbond007</dc:creator>
      <dc:date>2024-03-14T17:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error: sslv3 alert handshake failure</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/921343#M28256</link>
      <description>We were able to solve the issue by running the commands&lt;BR /&gt;1. Run the following command to edit the value in consul:&lt;BR /&gt; /opt/sas/viya/home/bin/sas-bootstrap-config --consul &lt;A href="https://localhost:8501" target="_blank"&gt;https://localhost:8501&lt;/A&gt; kv write --force config/postgres/sas.dataserver.pool/common/ssl_ciphers \'TLSv1.2:\!aNULL\'&lt;BR /&gt; &lt;BR /&gt;2. to check if the value has been updated:&lt;BR /&gt; /opt/sas/viya/home/bin/sas-bootstrap-config kv read --recurse config/postgres/ | grep -i ciphers&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Mar 2024 16:54:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-sslv3-alert-handshake-failure/m-p/921343#M28256</guid>
      <dc:creator>jbond007</dc:creator>
      <dc:date>2024-03-21T16:54:40Z</dc:date>
    </item>
  </channel>
</rss>

