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
  Need a script to replace an existing Python installation in a version-independent dir pstein 7 146 May-09-2026, 01:04 PM
Last Post: DeaD_EyE
  PQC(Post Quantum Cryptography) supported python / cryptography packages pcraghup 3 138 Mar-17-2026, 02:51 PM
Last Post: pcraghup
  White Screen Issue with Toolbar After Python Installation evelynfreya 3 2,340 Apr-30-2025, 06:43 AM
Last Post: encore
  Install a module to a specific to Python Installation (one of many)) tester_V 2 5,377 Oct-29-2024, 03:25 PM
Last Post: snippsat
  Shrink Python installation? Extract site-packages from .zip only on demand? pstein 4 4,334 Oct-28-2024, 04:29 PM
Last Post: snippsat
  client A to server B connects but client B to server A doesnt connect gerald 1 1,517 Aug-17-2024, 07:33 AM
Last Post: Gribouillis
  Troubleshooting Jupyter Notebook installation with Python using pip and a venv Drone4four 1 5,682 Jun-04-2024, 10:55 PM
Last Post: Drone4four
  Python installation for old MacOS Yonix 1 1,565 Sep-21-2023, 03:32 PM
Last Post: menator01
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 8,203 Jul-15-2023, 11:32 AM
Last Post: snippsat
  How to see the date of installation of python modules. newbieAuggie2019 4 7,671 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019

Forum Jump:

User Panel Messages

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