File "test.py", line 7, in
from splunklib import client as client
File "/opt/splunk/etc/apps/MYAPP/bin/splunklib/client.py", line 70, in
from binding import Context, HTTPError, AuthenticationError, namespace, UrlEncoded, _encode, _make_cookie_header
File "/opt/splunk/etc/apps/MYAPP/bin/splunklib/binding.py", line 30, in
import ssl
File "/opt/splunk/lib/python2.7/ssl.py", line 97, in
import _ssl # if we can't import it, let the error propagate
ImportError: /opt/splunk/lib/python2.7/lib-dynload/_ssl.so: undefined symbol: SSLv2_method
I cannot seem to overcome this issue. Any ideas?
File "test.py", line 7, in
from splunklib import client as client
File "/opt/splunk/etc/apps/MYAPP/bin/splunklib/client.py", line 70, in
from binding import Context, HTTPError, AuthenticationError, namespace, UrlEncoded, _encode, _make_cookie_header
File "/opt/splunk/etc/apps/MYAPP/bin/splunklib/binding.py", line 30, in
import ssl
File "/opt/splunk/lib/python2.7/ssl.py", line 97, in
import _ssl # if we can't import it, let the error propagate
ImportError: /opt/splunk/lib/python2.7/lib-dynload/_ssl.so: undefined symbol: SSLv2_method
I cannot seem to overcome this issue. Any ideas?