mirror of
https://github.com/andrew-d/proxmox-service-discovery.git
synced 2026-04-26 12:55:51 +03:00
[PR #6] [MERGED] pveapi: allow disabling TLS certificate verification #11
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-service-discovery#11
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?
📋 Pull Request Information
Original PR: https://github.com/andrew-d/proxmox-service-discovery/pull/6
Author: @andrew-d
Created: 4/11/2025
Status: ✅ Merged
Merged: 4/11/2025
Merged by: @andrew-d
Base:
main← Head:andrew/tls-cert-flag📝 Commits (1)
5e967bfpveapi: allow disabling TLS certificate verification📊 Changes
6 files changed (+144 additions, -66 deletions)
View changed files
📝
debug.go(+76 -39)📝
go.mod(+4 -3)📝
go.sum(+8 -6)📝
internal/pveapi/api.go(+8 -6)📝
internal/pveapi/auth.go(+8 -5)📝
main.go(+40 -7)📄 Description
This allows connecting to a Proxmox server that either doesn't have a certificate issued from a public CA, or one where the FQDN of the server doesn't match the name on the certificate.
Updates #4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.