<?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: IMC 7.3 E0605H05 - New SHA256 SSL-Certificate not working with any browser in IMC</title>
    <link>https://community.hpe.com/t5/imc/imc-7-3-e0605h05-new-sha256-ssl-certificate-not-working-with-any/m-p/7027142#M4928</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Matthias,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We may have to look into the IMC logs to know the reason for failure, can you share the IMC logs, or log a support case.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Nov 2018 07:52:39 GMT</pubDate>
    <dc:creator>drk787</dc:creator>
    <dc:date>2018-11-30T07:52:39Z</dc:date>
    <item>
      <title>IMC 7.3 E0605H05 - New SHA256 SSL-Certificate not working with any browser</title>
      <link>https://community.hpe.com/t5/imc/imc-7-3-e0605h05-new-sha256-ssl-certificate-not-working-with-any/m-p/7026704#M4918</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;last week our ssl-certifticate from HP IMC (IMC 7.3 E0605H05&amp;nbsp; on GNU/Linux CentOS 7.5) was expired, so I've created and signed officially (German Telekom) a new certificate.&lt;/P&gt;&lt;P&gt;In the last years, I've handled this procedure, too, without any problems.&lt;BR /&gt;The steps I've done, were the following:&lt;/P&gt;&lt;P&gt;Generate private key:&lt;/P&gt;&lt;PRE&gt;# openssl genrsa -des3 -out imc-key.pem 2048&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Generate a CSR:&lt;/P&gt;&lt;PRE&gt;# openssl req -batch -sha256 -new -key imc-key.pem -out imc-request.pem\&lt;BR /&gt;-subj '/C=DE/ST=My State/L=My City/O=My Organization/OU=My Unit/CN=host.domain.tld'&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bring the certificate to a compatible format for IMC/Java;&lt;/P&gt;&lt;PRE&gt;# openssl pkcs12 -inkey imc-key.pem -in cert-imc.pem -export -out imc-pfx.pfx &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Import the certificate to IMC "newks" Java-Keystore:&lt;/P&gt;&lt;PRE&gt;# /opt/iMC/common/jre/bin/keytool -importkeystore -srckeystore discovery-pfx.pfx\
  -destkeystore newks -srcstoretype pkcs12 -deststoretype JKS -storepass IMCV500R001 -v&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Set alias to "imc":&lt;/P&gt;&lt;PRE&gt;# /opt/iMC/common/jre/bin/keytool -changealias -alias 1 -destalias imc -keystore newks -storepass iMCV500R001&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the steps are working and without any errors, finally, I've copied the news to /opt/iMC/client/security/newks.&lt;BR /&gt;Restarted the services and even the server, but when I try to connect to IMC, the browser says:&lt;/P&gt;&lt;P&gt;"Waiting for TLS-Handshake..." until timeout.&lt;/P&gt;&lt;P&gt;Doesn't matter, which browser I use.&lt;/P&gt;&lt;P&gt;Even edited the /opt/iMC/client/server.xml and followed the steps like mentioned here:&lt;BR /&gt;&lt;A href="https://community.hpe.com/t5/IMC/Login-page-SSL-error-after-upgrade-to-iMC-PLAT-v7-3-E0605/td-p/7006967" target="_blank"&gt;https://community.hpe.com/t5/IMC/Login-page-SSL-error-after-upgrade-to-iMC-PLAT-v7-3-E0605/td-p/7006967&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I tried to import the whole certificate chain, only the server cert.&lt;BR /&gt;The cipher of the certificate is: SHA256 with AES&lt;BR /&gt;The SSL-section of the server-xml looks like this:&lt;/P&gt;&lt;P&gt;&amp;lt;!-- HTTPS Connector --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Connector SSLEnabled="true" URIEncoding="UTF-8" acceptCount="100" ciphers="TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA" clientAuth="false" compressableMimeType="text/html,text/xml,text/xhtml,text/css,text/javascript,text/plain" compression="on" compressionMinSize="2048" connectionTimeout="60000" disableUploadTimeout="true" enableLookups="false" keystoreFile="security/newks" keystorePass="iMCV500R001" maxHttpHeaderSize="8192" maxPostSize="5242880" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" noCompressionUserAgents="gozilla, traviata" port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" scheme="https" secure="true" sslProtocol="TLS"/&amp;gt;&lt;/P&gt;&lt;P&gt;Do you have an further ideas?&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Matthias&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 06:43:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/imc-7-3-e0605h05-new-sha256-ssl-certificate-not-working-with-any/m-p/7026704#M4918</guid>
      <dc:creator>hungryduck</dc:creator>
      <dc:date>2018-11-27T06:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: IMC 7.3 E0605H05 - New SHA256 SSL-Certificate not working with any browser</title>
      <link>https://community.hpe.com/t5/imc/imc-7-3-e0605h05-new-sha256-ssl-certificate-not-working-with-any/m-p/7027142#M4928</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Matthias,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We may have to look into the IMC logs to know the reason for failure, can you share the IMC logs, or log a support case.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 07:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/imc-7-3-e0605h05-new-sha256-ssl-certificate-not-working-with-any/m-p/7027142#M4928</guid>
      <dc:creator>drk787</dc:creator>
      <dc:date>2018-11-30T07:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: IMC 7.3 E0605H05 - New SHA256 SSL-Certificate not working with any browser</title>
      <link>https://community.hpe.com/t5/imc/imc-7-3-e0605h05-new-sha256-ssl-certificate-not-working-with-any/m-p/7027738#M4937</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1332817"&gt;@drk787&lt;/a&gt;,&lt;SPAN class="UserName lia-user-name lia-user-rank-HPE-Pro lia-component-message-view-widget-author-username"&gt;&lt;A href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1332817" target="_self"&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;thank you very much for your reply.&lt;BR /&gt;Which Logs do you need exactly?&lt;/P&gt;
&lt;P&gt;In the /opt/iMC/client/log/ are plenty log files.&lt;BR /&gt;I tried to get the Tomcat Logs (I think iMC uses Apache Tomcat for Java?) to see a certificate/handshake error, but I cant't find them.&lt;/P&gt;
&lt;P&gt;Yesterday we've updated successfully to iMC 7.3 E05P06, but the SSL certificate problem still exists.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Matthias&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S.: At the moment we use a self-signed certifiate, this works:&lt;/P&gt;
&lt;PRE&gt;# /opt/iMC/common/jre/bin/keytool -genkey -v -alias raikey -keystore newks -storepass iMCV500R001 -keypass iMCV500R001 -validity 365 -keysize 2048 -sigalg SHA256withRSA -keyalg RSA -dname "CN=host.domain.tld, OU=R&amp;amp;D, O=Organization, L=City, S=State, C=DE"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 05:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/imc-7-3-e0605h05-new-sha256-ssl-certificate-not-working-with-any/m-p/7027738#M4937</guid>
      <dc:creator>hungryduck</dc:creator>
      <dc:date>2018-12-07T05:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: IMC 7.3 E0605H05 - New SHA256 SSL-Certificate not working with any browser</title>
      <link>https://community.hpe.com/t5/imc/imc-7-3-e0605h05-new-sha256-ssl-certificate-not-working-with-any/m-p/7035442#M5020</link>
      <description>&lt;P&gt;Anybody got it working?&lt;/P&gt;&lt;P&gt;Seb&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 13:28:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/imc-7-3-e0605h05-new-sha256-ssl-certificate-not-working-with-any/m-p/7035442#M5020</guid>
      <dc:creator>spgsitsupport</dc:creator>
      <dc:date>2019-02-20T13:28:11Z</dc:date>
    </item>
  </channel>
</rss>

