podman-desktop-extension-ai-lab
podman-desktop-extension-ai-lab copied to clipboard
Default Services Python Snippet in Service Details fails due to https
Bug description
When running the default Python code snippet in Ai Lab > Model Services > Service Details, the python code snippet errors with the following error:
ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1002)
This can be fixed by changing the
conn = http.client.HTTPSConnection("localhost", 38243)
line to
conn = http.client.HTTPConnection("localhost", 38243)
Operating system
Fedora 40
Installation Method
from Podman-Desktop extension page
Version
1.0.0
Steps to reproduce
No response
Relevant log output
No response