<?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 VIBE Plugin, SSL error in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4777#M1090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to test the SC plugin for Vmware VSphere (VIBE).&lt;/P&gt;&lt;P&gt;I have installed the latest SC (Community edition).&lt;/P&gt;&lt;P&gt;When I try to create a backup (snapshot) of a virtual machine in a datastore via SC I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(4.1.0.1)] (Thu Jan&amp;nbsp; 9 16:13:22 2014) [vmw-00029] vCenter server login failed -- check authentication and firewall settings (Crypt::SSLeay is required for https connections, but could not be loaded: Can't load 'auto/Crypt/SSLeay/SSLeay.so' for module Crypt::SSLeay: auto/Crypt/SSLeay/SSLeay.so: cannot open shared object file: No such file or directory at /&amp;lt;/opt/Netapp/scAgent4.1.0c/plugins/wrapper/wrapper&amp;gt;DynaLoader.pm line 219.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me where I can get the SSLeay.so library and which version I need?&amp;nbsp; Where do I have to copy the file? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 05:45:53 GMT</pubDate>
    <dc:creator>ANDREAS_JANKOWIAK</dc:creator>
    <dc:date>2025-06-05T05:45:53Z</dc:date>
    <item>
      <title>VIBE Plugin, SSL error</title>
      <link>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4777#M1090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to test the SC plugin for Vmware VSphere (VIBE).&lt;/P&gt;&lt;P&gt;I have installed the latest SC (Community edition).&lt;/P&gt;&lt;P&gt;When I try to create a backup (snapshot) of a virtual machine in a datastore via SC I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(4.1.0.1)] (Thu Jan&amp;nbsp; 9 16:13:22 2014) [vmw-00029] vCenter server login failed -- check authentication and firewall settings (Crypt::SSLeay is required for https connections, but could not be loaded: Can't load 'auto/Crypt/SSLeay/SSLeay.so' for module Crypt::SSLeay: auto/Crypt/SSLeay/SSLeay.so: cannot open shared object file: No such file or directory at /&amp;lt;/opt/Netapp/scAgent4.1.0c/plugins/wrapper/wrapper&amp;gt;DynaLoader.pm line 219.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me where I can get the SSLeay.so library and which version I need?&amp;nbsp; Where do I have to copy the file? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:45:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4777#M1090</guid>
      <dc:creator>ANDREAS_JANKOWIAK</dc:creator>
      <dc:date>2025-06-05T05:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: VIBE Plugin, SSL error</title>
      <link>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4782#M1091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The requirements for HTTPS for Linux/Unix are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) openssl package &lt;/P&gt;&lt;P&gt;2) SSL symlinks&lt;/P&gt;&lt;P&gt;Make sure the following symlinks are located under /usr/lib oder /usr/lib64 (depending on if OS is 64bit or not)&lt;/P&gt;&lt;P&gt;libssl.so.6&lt;/P&gt;&lt;P&gt;libcrypto.so.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the symlinks dont exist please cd to /usr/lib or /usr/lib64 and run following command to link them. Make sure what we are linking to is installed, again pre-requisite is openssl so it should be installed first.&lt;/P&gt;&lt;P&gt;ln -sf libssl.so.0.9.8 libssl.so.6&lt;/P&gt;&lt;P&gt;ln -sf libcrypto.so.0.9.8 libcrypto.so.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 15:27:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4782#M1091</guid>
      <dc:creator>ktenzer</dc:creator>
      <dc:date>2014-01-09T15:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: VIBE Plugin, SSL error</title>
      <link>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4790#M1092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This only happens when using CLI it is a CLI issue as the CLI dynamically links to SLL libs on your system and cant always find them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 15:28:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4790#M1092</guid>
      <dc:creator>ktenzer</dc:creator>
      <dc:date>2014-01-09T15:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: VIBE Plugin, SSL error</title>
      <link>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4795#M1093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andreas,&lt;/P&gt;&lt;P&gt;What is your Snap Creator server operating system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to install openssl package and associated &lt;CODE&gt;Crypt::SSLeay packages.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Please refer to your operating system guides to obtain those packages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Borrowing information from this thread &lt;A _jive_internal="true" href="https://community.netapp.com/thread/18561" title="https://communities.netapp.com/thread/18561" target="_blank"&gt;https://communities.netapp.com/thread/18561 &lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;########&lt;/P&gt;&lt;P&gt;This is from BURT 499567&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTTPS may not work on linux out-of-the-box. This appears to mainly be issue with SuSe but really could apply to any Unix. Snap Creator does not include ssl libraries we are dependent on, therefore customer must install openssl and ensure symlinks are created correctly (see below). The reason is simply we dynamically link so customers can update SSL versions of openssl for important security fixes without being dependent on SC versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirements for HTTPS for Linux/Unix are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) openssl package &lt;/P&gt;&lt;P&gt;2) SSL symlinks&lt;/P&gt;&lt;P&gt;Make sure the following symlinks are located under /usr/lib oder /usr/lib64 (depending on if OS is 64bit or not)&lt;/P&gt;&lt;P&gt;libssl.so.6&lt;/P&gt;&lt;P&gt;libcrypto.so.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the symlinks dont exist please cd to /usr/lib or /usr/lib64 and run following command to link them. Make sure what we are linking to is installed, again pre-requisite is openssl so it should be installed first.&lt;/P&gt;&lt;P&gt;ln -sf libssl.so.0.9.8 libssl.so.6&lt;/P&gt;&lt;P&gt;ln -sf libcrypto.so.0.9.8 libcrypto.so.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't work run strace and send to engineering:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strace ./snapcreator --profile &amp;lt;profile&amp;gt; --action snap --policy &amp;lt;policy&amp;gt; --verbose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;P&gt;############&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 15:31:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4795#M1093</guid>
      <dc:creator>sivar</dc:creator>
      <dc:date>2014-01-09T15:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: VIBE Plugin, SSL error</title>
      <link>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4802#M1094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For RedHat you may try these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;yum install openssl&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;yum install openssl-devel&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;yum install perl-Crypt-SSLeay&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 15:34:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4802#M1094</guid>
      <dc:creator>sivar</dc:creator>
      <dc:date>2014-01-09T15:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: VIBE Plugin, SSL error</title>
      <link>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4807#M1095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Keith, Hello Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your responses. &lt;/P&gt;&lt;P&gt;SSL is working now unfortunately I'm still noch able to snap the virtual system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the error:&lt;/P&gt;&lt;P&gt;(4.1.0.1)] Operation failed. Reason: Executor timed out. Increasing WRAPPER_TIMEOUT_IN_MSEC in agent.properties may help.&lt;/P&gt;&lt;P&gt; SCF-00028: Auto Discovery for plug-in [vibe] failed with error [validation failed] and exit code [102], Exiting!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I will find some more information in trace files.&amp;nbsp; But I guess the problem is that we do not use VSphere with Windows but the VSphere Linux appliance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Andreas &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="x-grid3-row  x-grid3-row-alt x-unselectable-single  x-grid3-row-selected x-grid3-highlightrow " id="x-auto-300_x-auto-406"&gt;&lt;/P&gt;&lt;P class="x-grid3-row  x-grid3-row-alt x-unselectable-single  x-grid3-row-selected x-grid3-highlightrow "&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" class="x-grid3-row-table"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="x-grid3-row  x-unselectable-single " id="x-auto-300_x-auto-409"&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" class="x-grid3-row-table"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P class="x-grid3-row  x-grid3-row-alt x-unselectable-single  x-grid3-row-over" id="x-auto-300_x-auto-412"&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" class="x-grid3-row-table"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 08:02:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4807#M1095</guid>
      <dc:creator>ANDREAS_JANKOWIAK</dc:creator>
      <dc:date>2014-01-10T08:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: VIBE Plugin, SSL error</title>
      <link>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4812#M1096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please verify that scAgent/plugins/wrapper/wrapper has execute permission? I am not sure if this is the problem, but this could be the first starting point. How long does it takes until you see this message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 15:26:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4812#M1096</guid>
      <dc:creator>Clemens_Siebler</dc:creator>
      <dc:date>2014-01-10T15:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: VIBE Plugin, SSL error</title>
      <link>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4817#M1097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks. &lt;/P&gt;&lt;P&gt;The wrapper file has &lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12.800002098083496px; background-color: #ffffff;"&gt;execute permission&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;-r-xr-xr-x 1 root root 5831724 Nov 21 05:37 wrapper&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I takes about 10min until I get the messages.&lt;/P&gt;&lt;P&gt;Interesting would be if some has successfully worked with the vibe plugin and &lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12.800002098083496px; background-color: #ffffff;"&gt;VSphere Linux appliance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12.800002098083496px; background-color: #ffffff;"&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12.800002098083496px; background-color: #ffffff;"&gt;Andreas&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 17:24:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4817#M1097</guid>
      <dc:creator>ANDREAS_JANKOWIAK</dc:creator>
      <dc:date>2014-01-10T17:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: VIBE Plugin, SSL error</title>
      <link>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4822#M1098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mind sending us a scdump for the given setup? I'd be especially interested in the *TIMEOUT* parameters in your config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 09:08:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4822#M1098</guid>
      <dc:creator>Clemens_Siebler</dc:creator>
      <dc:date>2014-01-13T09:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: VIBE Plugin, SSL error</title>
      <link>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4827#M1099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently had a similar issue in my environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you running the Snap Creator Agent as the root user or some other user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you confirm that both the Snap Creator Agent and the vSphere system are the same bit level (both 32-bit or both 64-bit)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:30:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/VIBE-Plugin-SSL-error/m-p/4827#M1099</guid>
      <dc:creator>spinks</dc:creator>
      <dc:date>2014-01-13T12:30:19Z</dc:date>
    </item>
  </channel>
</rss>

