mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-25 07:06:00 +03:00
[GH-ISSUE #174] Issue with verify_ssl=False on macOS: OSError for missing TLS CA certificate bundle #97
Labels
No labels
backend:https
backend:local
backend:openssh
backend:ssh_paramiko
pull-request
status:ansible-issue
status:help-wanted
status:info-needed
status:proxmox-issue
status:review-needed
type:bug 🐞
type:dependency ⛓️
type:docs 📝
type:enhancement ⏫
type:maintenance 🛠️
type:meta
type:question ❓
type:request ✋
type:testing 🧪
version:1.x
version:latest
version:py2
version:py3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmoxer#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alex-bush on GitHub (Sep 7, 2024).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/174
Hello,
I'm encountering an issue when connecting to Proxmox using proxmoxer with the HTTPS backend and the verify_ssl=False option. On macOS, this setup results in the following error:
OSError: Could not find a suitable TLS CA certificate bundle, invalid path: False
Interestingly, when I perform the same request directly using the requests library with the same parameters (url, token, verify=False), the connection works perfectly without any errors.
This issue does not occur on Windows or Linux; the verify_ssl=False option functions as expected on these platforms.
No environment variables like REQUESTS_CA_BUNDLE or SSL_CERT_FILE are set that might interfere with SSL verification.
Is this a known issue with proxmoxer on macOS, or is there something specific to macOS that might be causing this? Alternatively, am I missing a configuration step specific to proxmoxer?
macOS version: Sonoma 14.6.1
Python version: 3.12
Proxmoxer version: 2.1.0
Requests version: 2.31.0
Any insights or suggestions on resolving this would be greatly appreciated!
Thank you!