<?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: Logjam vulnerability in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/logjam-vulnerability/m-p/6754869#M729428</link>
    <description>&lt;P&gt;Solution found,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;create first the dhparams&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;openssl dhparam -out dhparams.pem 2048
chmod 600 dhparams.pem&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then add this to your certificates,in my case proxy.pem cert.pem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;cat dhparams.pem &amp;gt;&amp;gt; /opt/hpsmh/certs/proxy.pem&lt;/PRE&gt;&lt;PRE&gt;cat dhparams.pem &amp;gt;&amp;gt; /opt/hpsmh/certs/cert.pem&lt;/PRE&gt;&lt;P&gt;then modify hpsmh to use correct ciphers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/opt/hpsmh/bin/smhconfig -Z `cat /cip.txt`&lt;/PRE&gt;&lt;P&gt;cip.txt contain those&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ECDH+AESGCM:ECDH+AES256:ECDH+AES128:ECDH+3DES:RSA+AES:RSA+3DES:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!ADH:!AECDH:!MD5:!DSS:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA&lt;/PRE&gt;&lt;P&gt;Finally reload hpsmh&lt;/P&gt;&lt;PRE&gt;/opt/hpsmh/bin/hpsmh stop
/opt/hpsmh/bin/hpsmh start&lt;/PRE&gt;</description>
    <pubDate>Sun, 14 Jun 2015 19:26:39 GMT</pubDate>
    <dc:creator>uxbeginner22</dc:creator>
    <dc:date>2015-06-14T19:26:39Z</dc:date>
    <item>
      <title>Logjam vulnerability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logjam-vulnerability/m-p/6754404#M729426</link>
      <description>&lt;P&gt;Nessus tell my hpsmh homepage is vulnerable to logjam&lt;/P&gt;&lt;P&gt;I have try to fix it with this solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;cat /opt/hpws22/apache/conf/dhparams.pem &amp;gt;&amp;gt; /opt/hpws22/apache/conf/ssl.crt/server.crt&lt;/PRE&gt;&lt;P&gt;And restart hpsmh&lt;/P&gt;&lt;P&gt;But doesn't work.&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;P&gt;Those are ssl params&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SSLProtocol -all +TLSv1 +TLSv1.1 +TLSv1.2

#   SSL Cipher Suite:
# List the ciphers that the client is permitted to negotiate.
# See the mod_ssl documentation for a complete list.
SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD
5:!DSS:!RC4&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:17:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logjam-vulnerability/m-p/6754404#M729426</guid>
      <dc:creator>uxbeginner22</dc:creator>
      <dc:date>2015-06-11T21:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Logjam vulnerability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logjam-vulnerability/m-p/6754420#M729427</link>
      <description>&lt;P&gt;I've add succesfully this line with smhconfig&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but nessus still report error,of course i've added the dhparams.pem to cert.pem file with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;cat dhparams.pem &amp;gt;&amp;gt; cert.pem  &lt;/PRE&gt;&lt;P&gt;and restart the app.&lt;/P&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;&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>Thu, 11 Jun 2015 23:15:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logjam-vulnerability/m-p/6754420#M729427</guid>
      <dc:creator>uxbeginner22</dc:creator>
      <dc:date>2015-06-11T23:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Logjam vulnerability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logjam-vulnerability/m-p/6754869#M729428</link>
      <description>&lt;P&gt;Solution found,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;create first the dhparams&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;openssl dhparam -out dhparams.pem 2048
chmod 600 dhparams.pem&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then add this to your certificates,in my case proxy.pem cert.pem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;cat dhparams.pem &amp;gt;&amp;gt; /opt/hpsmh/certs/proxy.pem&lt;/PRE&gt;&lt;PRE&gt;cat dhparams.pem &amp;gt;&amp;gt; /opt/hpsmh/certs/cert.pem&lt;/PRE&gt;&lt;P&gt;then modify hpsmh to use correct ciphers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/opt/hpsmh/bin/smhconfig -Z `cat /cip.txt`&lt;/PRE&gt;&lt;P&gt;cip.txt contain those&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ECDH+AESGCM:ECDH+AES256:ECDH+AES128:ECDH+3DES:RSA+AES:RSA+3DES:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!ADH:!AECDH:!MD5:!DSS:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA&lt;/PRE&gt;&lt;P&gt;Finally reload hpsmh&lt;/P&gt;&lt;PRE&gt;/opt/hpsmh/bin/hpsmh stop
/opt/hpsmh/bin/hpsmh start&lt;/PRE&gt;</description>
      <pubDate>Sun, 14 Jun 2015 19:26:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logjam-vulnerability/m-p/6754869#M729428</guid>
      <dc:creator>uxbeginner22</dc:creator>
      <dc:date>2015-06-14T19:26:39Z</dc:date>
    </item>
  </channel>
</rss>

