Use TLS 1.2 compatibility mode for Proxmox API

This commit is contained in:
2026-07-10 11:34:32 +02:00
parent b3be1f3094
commit a361b6993d
5 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class VMwareImporterConfig(PluginConfig):
name = "netbox_vmware_importer"
verbose_name = "Virtualization Importer"
description = "Synchronize VMware vSphere and Proxmox VE virtual machines into NetBox."
version = "0.2.4"
version = "0.2.5"
author = "Internal NetBox Team"
base_url = "vmware-importer"
min_version = "4.4.0"