<?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: VSC 5.0 SSL Handshake Failures in VMware Solutions Discussions</title>
    <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/115755#M8501</link>
    <description>&lt;P&gt;This is documented in the following KB article&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.netapp.com/support/index?page=content&amp;amp;id=2026327" target="_blank"&gt;https://kb.netapp.com/support/index?page=content&amp;amp;id=2026327&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Feb 2016 09:45:13 GMT</pubDate>
    <dc:creator>georgevj</dc:creator>
    <dc:date>2016-02-15T09:45:13Z</dc:date>
    <item>
      <title>VSC 5.0 SSL Handshake Failures</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/16572#M1682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd just like to document a problem and a work around / solution I found with VSC 5.0 and vCenter 5.5 in case anyone else is experiencing something similar as I did not see anything for this in the bug tracker for VSC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Setup:&lt;/P&gt;&lt;P&gt;vCenter 5.5 on win2k8r2&lt;/P&gt;&lt;P&gt;VSC on a separate win2k8r2 server&lt;/P&gt;&lt;P&gt;cDOT 8.2.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problems encountered:&lt;/P&gt;&lt;P&gt;Unable to to backup systems from within vCenter,&lt;/P&gt;&lt;P&gt;Clicking on "Backup and recovery Configuration" option in the VSC plugin in vCenter gives an "unable to connect to virtual storage console"&amp;nbsp; error&lt;/P&gt;&lt;P&gt;Running commands such as "smvi backup list" as well as other smvi commands from the VSC server produces an error and throws java exceptions about handshake failures and a connection has been closed in the logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specific issue (found using Wireshark):&lt;/P&gt;&lt;P&gt;After the tcp three way handshake, VSC by default sends a SSL client hello handshake proposing SSLv3 (0x0300) to vCenter.&amp;nbsp; vCenter would then FIN,ACK the connection immediately causing VSC to issue a fatal alert handshake failure packet back to vCenter and the client programs to fail / error out.&amp;nbsp; There was also periodic background traffic between the two servers that I noticed would always propose and negotiate at TLSv1 so I guessed that forcing the client initiated connections to negotiate at TLSv1 might fix the issue and it did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution / Workaround:&lt;/P&gt;&lt;P&gt;Open &lt;/P&gt;&lt;P&gt;%Programfiles%\Netapp\Virtual Storage Console\smvi\server\etc\wrapper.conf&lt;/P&gt;&lt;P&gt;and find the "wrapper.java.additional.X" statements (should be 4), add the following statement.&lt;/P&gt;&lt;P&gt;wrapper.java.additional.5=-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open &lt;/P&gt;&lt;P&gt;%Programfiles%\Netapp\Virtual Storage Console\wrapper\wrapper.conf&lt;/P&gt;&lt;P&gt;and find the "wrapper.java.additional.X" statements (should be 7) add following additional statement.&lt;/P&gt;&lt;P&gt;wrapper.java.additional.8=-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Restart both VSC services or reboot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VSC will now propose TLSv1.2 (0x0303) by default and vCenter will negotiate the connection down to TLSv1.0 (0x0301).&amp;nbsp; If you remove TLSv1 from those statements, you'll get the handshake failures again as it appears vCenter 5.5 will only use TLSv1.&amp;nbsp; The "Backup and Recovery" configuration will now display in vCenter, smvi commands complete successfully and backup jobs can be created from within vCenter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had added the -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 in a couple other of places (control panel java applet for both the system jre and the one located in the VSC installation folder) and the smvi.bat / .cmd files but the two wrapper.conf files appear to be the only place where you can force specific java run time options for VSC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 07:35:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/16572#M1682</guid>
      <dc:creator>JBROADWAY</dc:creator>
      <dc:date>2014-06-04T07:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: VSC 5.0 SSL Handshake Failures</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/16577#M1684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the detailed fix. It also helped me with the same errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 16:07:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/16577#M1684</guid>
      <dc:creator>CSEIZMAIR</dc:creator>
      <dc:date>2014-06-13T16:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: VSC 5.0 SSL Handshake Failures</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/102301#M8126</link>
      <description>&lt;P&gt;This didn't help me with getting VSC to communicate with the filers over TLS per the vulnerabilities listed in &lt;A href="https://kb.netapp.com/support/index?page=content&amp;amp;id=9010008" target="_blank"&gt;https://kb.netapp.com/support/index?page=content&amp;amp;id=9010008&lt;/A&gt; and sslv3 being disabled on them.&lt;/P&gt;&lt;P&gt;I wonder if there is some other way to get that to work.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 20:26:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/102301#M8126</guid>
      <dc:creator>rubinsed1</dc:creator>
      <dc:date>2015-03-25T20:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: VSC 5.0 SSL Handshake Failures</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/106707#M8233</link>
      <description>&lt;P&gt;Worked here with VSC 4.2.2 and VCenter 5.1 u3 that is set to use TLSv1. &amp;nbsp;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 16:17:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/106707#M8233</guid>
      <dc:creator>Coldfirex</dc:creator>
      <dc:date>2015-06-25T16:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: VSC 5.0 SSL Handshake Failures</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/114182#M8431</link>
      <description>&lt;P&gt;Used this&amp;nbsp;fixing a problem after updating to vCenter 5.5U3B. I had to remove the TLS v1.1 and 1.2 arguments though. The lines looked like this:&lt;BR /&gt;&lt;BR /&gt;wrapper.java.additional.5=-Dhttps.protocols=TLSv1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was getting a HTTP 500 error (Failed to retrieve backup list). The Netapp Interop matrix doesnt have 5.5U3B in the listing and probably should be since 5.5U3B removes SSLv3.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 16:56:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/114182#M8431</guid>
      <dc:creator>JCobe</dc:creator>
      <dc:date>2015-12-30T16:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: VSC 5.0 SSL Handshake Failures</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/114642#M8447</link>
      <description>&lt;P&gt;It resolved my problem after upgrading vCenter to 5.5 update 3b, thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was necessary to mention only TLSv1 in the configuration files (as is mentioned in one of the replies to this thread) and to restart the whole windows server. Restarting VSC server service was not sufficient in my case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;D.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 22:41:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/114642#M8447</guid>
      <dc:creator>dkomanek</dc:creator>
      <dc:date>2016-01-13T22:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: VSC 5.0 SSL Handshake Failures</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/114864#M8464</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for this info.&lt;/P&gt;&lt;P&gt;The same problems occurred with VSC 4.2.2 when we updated vCenter 5.5 U3 to&amp;nbsp;&lt;SPAN&gt; vCenter 5.5 U3b&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I used your work around / solution to solv our problem&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;René&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 21:01:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/114864#M8464</guid>
      <dc:creator>KvK</dc:creator>
      <dc:date>2016-01-20T21:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: VSC 5.0 SSL Handshake Failures</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/115211#M8487</link>
      <description>&lt;P&gt;I had this same exact problem after upgrading VCenter to 5.5 Update 3b. this should be an official Netapp article. Worked like a charm.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 22:57:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/115211#M8487</guid>
      <dc:creator>thigian007</dc:creator>
      <dc:date>2016-01-29T22:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: VSC 5.0 SSL Handshake Failures</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/115390#M8491</link>
      <description>&lt;P&gt;Does the work around work, if the netapp ontap version is 7.3.5.1 ? i tried, it didn't work , and i have VSC 4.2.2 / vSphere 5.5 U3B&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 06:23:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/115390#M8491</guid>
      <dc:creator>inva</dc:creator>
      <dc:date>2016-02-04T06:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: VSC 5.0 SSL Handshake Failures</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/115418#M8492</link>
      <description>&lt;P&gt;Inva,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is quite an old version of VSC which may be part of the problem, but I would check to make sure any newer versions work with the version of OnTap you have deployed before updating VSC.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 12:03:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/115418#M8492</guid>
      <dc:creator>GenosMan</dc:creator>
      <dc:date>2016-02-04T12:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: VSC 5.0 SSL Handshake Failures</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/115755#M8501</link>
      <description>&lt;P&gt;This is documented in the following KB article&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.netapp.com/support/index?page=content&amp;amp;id=2026327" target="_blank"&gt;https://kb.netapp.com/support/index?page=content&amp;amp;id=2026327&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 09:45:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/115755#M8501</guid>
      <dc:creator>georgevj</dc:creator>
      <dc:date>2016-02-15T09:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: VSC 5.0 SSL Handshake Failures</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/116012#M8507</link>
      <description>&lt;P&gt;Thank you for this solution. It helped me to resolve the Problem as described.&lt;/P&gt;&lt;P&gt;Best regerds&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 07:46:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/116012#M8507</guid>
      <dc:creator>ThomasHoffmannKBB</dc:creator>
      <dc:date>2016-02-19T07:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: VSC 5.0 SSL Handshake Failures</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/124530#M8760</link>
      <description>&lt;P&gt;solved the same issue by one of our customer. thx! This is one for my documention &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 09:52:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/VSC-5-0-SSL-Handshake-Failures/m-p/124530#M8760</guid>
      <dc:creator>geluyan</dc:creator>
      <dc:date>2016-10-21T09:52:51Z</dc:date>
    </item>
  </channel>
</rss>

