<?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: app TA-eStreamer's &amp;quot;splencore.sh test&amp;quot; got Import Error: undefined symbol: SSL_state in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/app-TA-eStreamer-s-quot-splencore-sh-test-quot-got-Import-Error/m-p/659406#M11191</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261144"&gt;@juakashi&lt;/a&gt;&amp;nbsp; before executing the ./splencore.sh test command&lt;BR /&gt;You need to make a couple of&lt;BR /&gt;export SPLUNK_HOME=/opt/splunk&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/splunk/lib&lt;/P&gt;&lt;P&gt;After that you can continue Validate &amp;amp; Test the Connection&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2023 07:42:35 GMT</pubDate>
    <dc:creator>bookenist</dc:creator>
    <dc:date>2023-10-03T07:42:35Z</dc:date>
    <item>
      <title>app TA-eStreamer's "splencore.sh test" got Import Error: undefined symbol: SSL_state</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/app-TA-eStreamer-s-quot-splencore-sh-test-quot-got-Import-Error/m-p/659348#M11189</link>
      <description>&lt;P&gt;I install Splunk on Ubuntu and installed Splunk app called Cisco eStreamer client. How can I fix the issue?&lt;BR /&gt;&lt;BR /&gt;I configure Cisco Firepower Management Center and Splunk according to this video.&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=pEXM5PVkvH8&amp;amp;t=104s&amp;amp;ab_channel=CiscoSecureFirewall" target="_blank"&gt;https://www.youtube.com/watch?v=pEXM5PVkvH8&amp;amp;t=104s&amp;amp;ab_channel=CiscoSecureFirewall&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I got an error:&lt;BR /&gt;root@platform-dns:/opt/splunk/etc/apps/TA-eStreamer/bin/encore# ../splencore.sh test&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "./estreamer/preflight.py", line 33, in &amp;lt;module&amp;gt;&lt;BR /&gt;import estreamer.crossprocesslogging&lt;BR /&gt;File "/opt/splunk/etc/apps/TA-eStreamer/bin/encore/estreamer/__init__.py", line 27, in &amp;lt;module&amp;gt;&lt;BR /&gt;from estreamer.connection import Connection&lt;BR /&gt;File "/opt/splunk/etc/apps/TA-eStreamer/bin/encore/estreamer/connection.py", line 23, in &amp;lt;module&amp;gt;&lt;BR /&gt;import ssl&lt;BR /&gt;File "/opt/splunk/lib/python3.7/ssl.py", line 98, in &amp;lt;module&amp;gt;&lt;BR /&gt;import _ssl # if we can't import it, let the error propagate&lt;BR /&gt;ImportError: /opt/splunk/lib/python3.7/lib-dynload/_ssl.cpython-37m-x86_64-linux-gnu.so: undefined symbol: SSL_state&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 21:58:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/app-TA-eStreamer-s-quot-splencore-sh-test-quot-got-Import-Error/m-p/659348#M11189</guid>
      <dc:creator>juakashi</dc:creator>
      <dc:date>2023-10-02T21:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: app TA-eStreamer's "splencore.sh test" got Import Error: undefined symbol: SSL_state</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/app-TA-eStreamer-s-quot-splencore-sh-test-quot-got-Import-Error/m-p/659394#M11190</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261144"&gt;@juakashi&lt;/a&gt;&amp;nbsp;- Please check the following things:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Ensure you have the latest version of the Add-on.&lt;/LI&gt;&lt;LI&gt;Ensure you put the certificate as described and in the described path.&lt;/LI&gt;&lt;LI&gt;Ensure the certificate file permissions are proper. (chmod) 600 for public cert files and 400 for private key files.&lt;/LI&gt;&lt;LI&gt;Ensure the environment paths are set properly as described in the video.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!! Kindly upvote if it does!!!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 04:27:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/app-TA-eStreamer-s-quot-splencore-sh-test-quot-got-Import-Error/m-p/659394#M11190</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-10-03T04:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: app TA-eStreamer's "splencore.sh test" got Import Error: undefined symbol: SSL_state</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/app-TA-eStreamer-s-quot-splencore-sh-test-quot-got-Import-Error/m-p/659406#M11191</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261144"&gt;@juakashi&lt;/a&gt;&amp;nbsp; before executing the ./splencore.sh test command&lt;BR /&gt;You need to make a couple of&lt;BR /&gt;export SPLUNK_HOME=/opt/splunk&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/splunk/lib&lt;/P&gt;&lt;P&gt;After that you can continue Validate &amp;amp; Test the Connection&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 07:42:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/app-TA-eStreamer-s-quot-splencore-sh-test-quot-got-Import-Error/m-p/659406#M11191</guid>
      <dc:creator>bookenist</dc:creator>
      <dc:date>2023-10-03T07:42:35Z</dc:date>
    </item>
  </channel>
</rss>

