<?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: WFA API - SSL error when doing API GET via Ruby RestClient in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-API-SSL-error-when-doing-API-GET-via-Ruby-RestClient/m-p/130155#M23506</link>
    <description>&lt;P&gt;Can you try adding this property to the request -&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;:ssl_version =&amp;gt; 'TLSv2'&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2017 07:13:06 GMT</pubDate>
    <dc:creator>ag</dc:creator>
    <dc:date>2017-04-14T07:13:06Z</dc:date>
    <item>
      <title>WFA API - SSL error when doing API GET via Ruby RestClient</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-API-SSL-error-when-doing-API-GET-via-Ruby-RestClient/m-p/130070#M23474</link>
      <description>&lt;P&gt;Hey Netapp folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The WFA APIs work great unil we try to call them via Ruby code using the RestClient gem. &amp;nbsp;Other gems have the same issue and calls to other servers using APIs are working fine. &amp;nbsp;Is this an SSL config issue on the WFA server. &amp;nbsp;We are running it on Windows 2012, WFA 4.1rc, signed SSL cert.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It returns..."&lt;SPAN class="s1"&gt;OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3/TLS write client hello: sslv3 alert handshake failure".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Anyone run into this??&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:12:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-API-SSL-error-when-doing-API-GET-via-Ruby-RestClient/m-p/130070#M23474</guid>
      <dc:creator>mbrownie1</dc:creator>
      <dc:date>2025-06-04T15:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: WFA API - SSL error when doing API GET via Ruby RestClient</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-API-SSL-error-when-doing-API-GET-via-Ruby-RestClient/m-p/130078#M23479</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/55331"&gt;@mbrownie1&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you use http instead of https, does it work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you post your ruby code?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 18:12:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-API-SSL-error-when-doing-API-GET-via-Ruby-RestClient/m-p/130078#M23479</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-04-12T18:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: WFA API - SSL error when doing API GET via Ruby RestClient</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-API-SSL-error-when-doing-API-GET-via-Ruby-RestClient/m-p/130090#M23482</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;You can try to use TLS protocol while establishing the connection instead of SSLv3 which is disabled in WFA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 04:51:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-API-SSL-error-when-doing-API-GET-via-Ruby-RestClient/m-p/130090#M23482</guid>
      <dc:creator>anuk</dc:creator>
      <dc:date>2017-04-13T04:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: WFA API - SSL error when doing API GET via Ruby RestClient</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-API-SSL-error-when-doing-API-GET-via-Ruby-RestClient/m-p/130121#M23488</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/9704"&gt;@sinhaa&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, http works (however, we of course diable http access in prod)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of the code....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;require 'openssl'&lt;BR /&gt;require 'rest-client'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/49226"&gt;@Job&lt;/a&gt;_status = (RestClient::Request.execute(&lt;BR /&gt;:method =&amp;gt; :get,&lt;BR /&gt;:url =&amp;gt; "&lt;A href="https://netappwfa-server.com/" target="_blank"&gt;https://netappwfa-server.com/&lt;/A&gt;&lt;SPAN&gt;rest/workflows/jobs?jobStatus=COMPLETED&lt;/SPAN&gt;",&lt;BR /&gt;#:payload =&amp;gt; '{}'&lt;BR /&gt;:headers =&amp;gt; {:content_type =&amp;gt; 'application/json'},&lt;BR /&gt;:verify_ssl =&amp;gt; false,&lt;BR /&gt;))&lt;/P&gt;&lt;P&gt;puts &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/49226"&gt;@Job&lt;/a&gt;_status&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 17:50:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-API-SSL-error-when-doing-API-GET-via-Ruby-RestClient/m-p/130121#M23488</guid>
      <dc:creator>mbrownie1</dc:creator>
      <dc:date>2017-04-13T17:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: WFA API - SSL error when doing API GET via Ruby RestClient</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-API-SSL-error-when-doing-API-GET-via-Ruby-RestClient/m-p/130155#M23506</link>
      <description>&lt;P&gt;Can you try adding this property to the request -&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;:ssl_version =&amp;gt; 'TLSv2'&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 07:13:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-API-SSL-error-when-doing-API-GET-via-Ruby-RestClient/m-p/130155#M23506</guid>
      <dc:creator>ag</dc:creator>
      <dc:date>2017-04-14T07:13:06Z</dc:date>
    </item>
  </channel>
</rss>

