Python Forum
Getting "SSL client not supported by this Python installation" error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting "SSL client not supported by this Python installation" error
#1
Hi,
I am using the SOAPpy module in my program which basically wants to create an incident ticket in ServiceNow using a Python web services client program -> (https://docs.servicenow.com/bundle/tokyo...mples.html).

Getting the following Error (AttributeError: "SSL client not supported by this Python installation")

$ python3 ./servicenowskill.py
Traceback (most recent call last):
File "./servicenowskill.py", line 36, in <module>
new_incident_sysid = createincident(values)
File "./servicenowskill.py", line 23, in createincident
server = SOAPProxy(proxy, namespace)
File "/home/prabir/.local/lib/python3.8/site-packages/SOAPpy/Client.py", line 461, in __init__
self.proxy = SOAPAddress(proxy, config)
File "/home/prabir/.local/lib/python3.8/site-packages/SOAPpy/Client.py", line 197, in __init__
raise AttributeError("SSL client not supported by this Python installation")
AttributeError: SSL client not supported by this Python installation

The above Error is coming from the below section of /usr/local/lib/python3.8/dist-packages/SOAPpy/Client.py file.

if proto == 'https' and not config.SSLclient:
raise AttributeError("SSL client not supported by this Python installation")

Need help to fix this. Thanks in advance.

Regards
Prabir
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python installation for old MacOS Yonix 1 499 Sep-21-2023, 03:32 PM
Last Post: menator01
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 849 Jul-15-2023, 11:32 AM
Last Post: snippsat
  How to see the date of installation of python modules. newbieAuggie2019 4 1,641 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019
  Networking Issues - Python GUI client and server connection always freezes Veritas_Vos_Liberabit24 0 741 Mar-21-2023, 03:18 AM
Last Post: Veritas_Vos_Liberabit24
  python installation/running inside singularity container erdemath 2 1,811 Sep-21-2022, 08:13 AM
Last Post: erdemath
Question Python V3.11 Installation Help Danno 2 1,112 Aug-11-2022, 02:30 AM
Last Post: Danno
  creating python server and client in a pc kucingkembar 4 2,030 Nov-29-2021, 01:37 PM
Last Post: kucingkembar
  Portable installation of Python possible? pstein 2 3,103 Nov-15-2020, 12:14 PM
Last Post: snippsat
  Python win32com.client: What are the syntax to open exe file & activate its window? JaneTan 0 4,212 Oct-14-2020, 09:09 AM
Last Post: JaneTan
  Error in Mysql Client when upgrading Django Abi 0 1,888 Sep-21-2020, 06:11 AM
Last Post: Abi

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020