<?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 - Bridge Protocol Engine Socket Access Method was unable to complete the SSL in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-Bridge-Protocol-Engine-Socket-Access-Method-was-unable/m-p/960305#M29667</link>
    <description>You could try setting the loggers App.tk.eam.ssl and App.tk.els.ssl to trace to see if this surfaces more information on the TLS communication, you may wish to engage SAS Technical Support for help.</description>
    <pubDate>Wed, 26 Feb 2025 17:40:59 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2025-02-26T17:40:59Z</dc:date>
    <item>
      <title>SSL error - Bridge Protocol Engine Socket Access Method was unable to complete the SSL</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-Bridge-Protocol-Engine-Socket-Access-Method-was-unable/m-p/960160#M29652</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While doing the SSL/TLS configuration for the Metadata &amp;amp; Compute Servers – for both the Object Spawner &amp;amp; Connect Spawner , got the error which is same in both the servers. ( Meta and Compute).&lt;/P&gt;
&lt;P&gt;Followed the below documentation while doing the configuration.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/bicdc/9.4/biasag/p1q1mj6mp4f9k0n1qc17d8r6lbct.htm" target="_blank"&gt;SAS Help Center: TLS Support for IOM Servers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;ERROR : sas - Bridge Protocol Engine Socket Access Method was unable to complete the SSL related communication due to an error.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Added the ssl parameters in ‘sasv9_usermods.cfg’ for Metadata server &amp;nbsp;and ‘ObjectSpawner_usemods.sh’ &amp;amp;&amp;nbsp; 'ConnectSpawner_usermods.sh’ for the Compute Servers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could anyone please help on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Siddhu1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 15:52:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-Bridge-Protocol-Engine-Socket-Access-Method-was-unable/m-p/960160#M29652</guid>
      <dc:creator>siddhu1</dc:creator>
      <dc:date>2025-02-25T15:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error - Bridge Protocol Engine Socket Access Method was unable to complete the SSL</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-Bridge-Protocol-Engine-Socket-Access-Method-was-unable/m-p/960184#M29656</link>
      <description>This message is saying that the TLS communication failed, but doesn't say why. We should look for additional messages for context, you may want to check the _console log files as this would capture any errors written to stderr/stdout that aren't captured in the dated service logs.&lt;BR /&gt;&lt;BR /&gt;Usually, TLS failures are the result of the certificate not matching the hostname or a lack of a chain of trust. Assuming the issue is one of those I would check the certificate you are providing in the SSLCERTLOC contains the hostname for the server in the Subject Alternative Names field:&lt;BR /&gt;&lt;BR /&gt;openssl x509 -in &amp;lt;path to cert&amp;gt; -text -noout | grep Alternative -A1&lt;BR /&gt;&lt;BR /&gt;And confirm the certificate's issuer(s) (or the certificate itself in the case of a self-signed cert) are in the SAS trust store for all SASHome paths. (&amp;lt;SASHome&amp;gt;/SASSecurityCertificateFramework/1.1/cacerts/trustedcerts.pem).&lt;BR /&gt;&lt;BR /&gt;Issuer of your cert:&lt;BR /&gt;openssl x509 -in &amp;lt;path to cert&amp;gt; -text -noout | grep Issuer&lt;BR /&gt;&lt;BR /&gt;Contents of your SAS trust store (each cert and its issuer):&lt;BR /&gt;&amp;lt;SASHome&amp;gt;/SASPrivateJavaRuntimeEnvironment/9.4/jre/bin/keytool -printcert -file &amp;lt;SASHome&amp;gt;/SASSecurityCertificateFramework/1.1/cacerts/trustedcerts.pem | grep -E '(Owner:|Issuer:)'</description>
      <pubDate>Tue, 25 Feb 2025 19:46:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-Bridge-Protocol-Engine-Socket-Access-Method-was-unable/m-p/960184#M29656</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-02-25T19:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error - Bridge Protocol Engine Socket Access Method was unable to complete the SSL</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-Bridge-Protocol-Engine-Socket-Access-Method-was-unable/m-p/960239#M29662</link>
      <description>&lt;P&gt;Hi Greg,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response.&lt;BR /&gt;I had checked the commands in the server and the hostname matches with the&amp;nbsp;&lt;SPAN data-teams="true"&gt;X509v3 Subject Alternative Name.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;I cross checked the certificate issuer for all the certificates and these are present in the&amp;nbsp;SAS trust store for all SASHome paths.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only we have this error and the server is running fine.&lt;/P&gt;
&lt;P&gt;Any suggestion further to resolve this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Siddhu1&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 12:18:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-Bridge-Protocol-Engine-Socket-Access-Method-was-unable/m-p/960239#M29662</guid>
      <dc:creator>siddhu1</dc:creator>
      <dc:date>2025-02-26T12:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error - Bridge Protocol Engine Socket Access Method was unable to complete the SSL</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-Bridge-Protocol-Engine-Socket-Access-Method-was-unable/m-p/960305#M29667</link>
      <description>You could try setting the loggers App.tk.eam.ssl and App.tk.els.ssl to trace to see if this surfaces more information on the TLS communication, you may wish to engage SAS Technical Support for help.</description>
      <pubDate>Wed, 26 Feb 2025 17:40:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SSL-error-Bridge-Protocol-Engine-Socket-Access-Method-was-unable/m-p/960305#M29667</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-02-26T17:40:59Z</dc:date>
    </item>
  </channel>
</rss>

