Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Can't connect Proxmox Integration #2378

Open
HellStormBeast opened this issue Feb 20, 2025 · 6 comments
Open

bug: Can't connect Proxmox Integration #2378

HellStormBeast opened this issue Feb 20, 2025 · 6 comments
Labels
support wontfix This will not be worked on

Comments

@HellStormBeast
Copy link

HellStormBeast commented Feb 20, 2025

Describe the bug

An error appears when I try to set up Proxmox integration.

Image Image

Steps to reproduce

Create a new Proxmox integration using API Setup from https://homarr.dev/docs/integrations/hardware

Impact

Integration cant be created and used

Additional information

Homarr 1.6.0 installed in Proxmox LXC

Same error when setting the Token ID to "Homarr" (as configured in Proxmox)

Version

1.6.0

Installation method

Other (describe in "additional information")

Browser

Chrome

@Meierschlumpf
Copy link
Member

ECONNREFUSED means it's unable to reach your proxmox service.

@HellStormBeast
Copy link
Author

This is weird... i can ping the Proxmox Host just fine

@manuel-rw
Copy link
Member

Please see https://homarr.dev/docs/management/integrations/#troubleshooting-connection for general troubleshooting steps.

@manuel-rw manuel-rw added wontfix This will not be worked on support and removed needs triage labels Feb 21, 2025
@LaurentiuAndrei
Copy link

I am having the same issue, but the actual issue is that I put HTTP and it tries to do a GET request for HTTPS so it cannot find it.

Image

@Meierschlumpf
Copy link
Member

Your uploaded certificate / the certificate of your service does not support the ip

@Gompex
Copy link

Gompex commented Feb 24, 2025

LaurentiuAndrei Use this and re-upload the certificate to Homarr

#!/bin/bash

# make sure your hostname is set correctly in both /etc/hostname, and 
# by running the hostname command.
# Also make sure the domain is correct in /etc/resolv.conf "search"

# remove any existing certs
rm /etc/pve/pve-root-ca.pem
rm /etc/pve/priv/pve-root-ca.key
rm /etc/pve/nodes/proxmox1/pve-ssl.pem
rm /etc/pve/nodes/proxmox1/pve-ssl.key

# Run the generation command
pvecm updatecerts -f

# Restart the proxy service
sudo pveproxy restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

5 participants