<?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 Make NetSight can be browsed with Chrome 45 in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/make-netsight-can-be-browsed-with-chrome-45/m-p/28153#M2634</link>
    <description>After Chrome upgrade to version 45, NetSight can not be browsed with the following error message,&lt;BR /&gt;
ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY&lt;BR /&gt;
&lt;BR /&gt;
I found a way to modify the tomcat's server.xml file, &lt;BR /&gt;
change cipher parameter from&lt;BR /&gt;
ciphers="${enterasys.tomcat.ciphers}"&lt;BR /&gt;
to&lt;BR /&gt;
ciphers="TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,&lt;BR /&gt;
                   TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384,&lt;BR /&gt;
                   TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,                     TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256,                     TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,                     TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,                     TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384,                     TLS_ECDH_RSA_WITH_AES_256_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA,                     TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,                     TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,                     TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256,                     TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA"&lt;BR /&gt;
&lt;BR /&gt;
The server.xml file can be found as the following path,&lt;BR /&gt;
/usr/local/Extreme_Networks/NetSight/jboss/server/default/deploy/jbossweb-tomcat55.sar/server.xml&lt;BR /&gt;
&lt;BR /&gt;
After enable "ECDHE" in  ciphers and reboot NetSight server, &lt;BR /&gt;
NetSigtht can be browsed with Chrome finally~&lt;BR /&gt;
&lt;BR /&gt;
Reference URL:&lt;BR /&gt;
&lt;A href="https://jamfnation.jamfsoftware.com/article.html?id=384" target="_blank" rel="nofollow noreferrer noopener"&gt;https://jamfnation.jamfsoftware.com/article.html?id=384&lt;/A&gt;</description>
    <pubDate>Sat, 12 Sep 2015 07:10:00 GMT</pubDate>
    <dc:creator>Shunze_Lee</dc:creator>
    <dc:date>2015-09-12T07:10:00Z</dc:date>
    <item>
      <title>Make NetSight can be browsed with Chrome 45</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/make-netsight-can-be-browsed-with-chrome-45/m-p/28153#M2634</link>
      <description>After Chrome upgrade to version 45, NetSight can not be browsed with the following error message,&lt;BR /&gt;
ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY&lt;BR /&gt;
&lt;BR /&gt;
I found a way to modify the tomcat's server.xml file, &lt;BR /&gt;
change cipher parameter from&lt;BR /&gt;
ciphers="${enterasys.tomcat.ciphers}"&lt;BR /&gt;
to&lt;BR /&gt;
ciphers="TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,&lt;BR /&gt;
                   TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384,&lt;BR /&gt;
                   TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,                     TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256,                     TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,                     TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,                     TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384,                     TLS_ECDH_RSA_WITH_AES_256_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA,                     TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,                     TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,                     TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256,                     TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA"&lt;BR /&gt;
&lt;BR /&gt;
The server.xml file can be found as the following path,&lt;BR /&gt;
/usr/local/Extreme_Networks/NetSight/jboss/server/default/deploy/jbossweb-tomcat55.sar/server.xml&lt;BR /&gt;
&lt;BR /&gt;
After enable "ECDHE" in  ciphers and reboot NetSight server, &lt;BR /&gt;
NetSigtht can be browsed with Chrome finally~&lt;BR /&gt;
&lt;BR /&gt;
Reference URL:&lt;BR /&gt;
&lt;A href="https://jamfnation.jamfsoftware.com/article.html?id=384" target="_blank" rel="nofollow noreferrer noopener"&gt;https://jamfnation.jamfsoftware.com/article.html?id=384&lt;/A&gt;</description>
      <pubDate>Sat, 12 Sep 2015 07:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/make-netsight-can-be-browsed-with-chrome-45/m-p/28153#M2634</guid>
      <dc:creator>Shunze_Lee</dc:creator>
      <dc:date>2015-09-12T07:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Make NetSight can be browsed with Chrome 45</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/make-netsight-can-be-browsed-with-chrome-45/m-p/28154#M2635</link>
      <description>Thanks for sharing!&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2015 23:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/make-netsight-can-be-browsed-with-chrome-45/m-p/28154#M2635</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-09-22T23:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Make NetSight can be browsed with Chrome 45</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/make-netsight-can-be-browsed-with-chrome-45/m-p/28155#M2636</link>
      <description>There is a better way than my wrote.&lt;BR /&gt;
&lt;A href="https://community.extremenetworks.com/extreme/topics/cant-access-netsight-in-firefox-39-due-to-weak-ephemeral-diffie-hellman-key?topic-reply-list%5Bsettings%5D%5Bfilter_by%5D=all" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/cant-access-netsight-in-firefox-39-due-to-weak-...&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Sep 2015 11:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/make-netsight-can-be-browsed-with-chrome-45/m-p/28155#M2636</guid>
      <dc:creator>Shunze_Lee</dc:creator>
      <dc:date>2015-09-30T11:40:00Z</dc:date>
    </item>
  </channel>
</rss>

