Integration Proxmox SSL
Hi everyone,
before, there are my configuration :
- OS : Proxmox (SSL signed by PVE Cluster Manager CA, default)
- Homarr version : 1.4.0
- config : LXC Docker with Portainer and i create a stack of homarr with it
docker-compose.yml
I create my token API on proxmox,... but when i want to test connection and create the integration, i have a internal servor error about certificate.
I searched for a solution, the only answer i found is to download the certificat and move on this folder (in homarr) :
/etc/ssl/certs/ca-cert-proxmox.pem
i ddin't understand why my terminal give this file white color while others are blue, i check with file command and i have this return : "/etc/ssl/certs/ca-cert-proxmox.pem: PEM certificate"
So, i use update-ca-certificates, restart homarr, restart my LXC but i always the same problem "unable to verify the first certificate".
Anyone have a idea ?
thank you



Solution:
Jump to solution
@loucas781 you wrote correctly your token id on homarr integration ?
because i've solved my problem
before : [email protected]
after : homarr
stupid mistake😅 ...

12 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
I am also getting this so I would also love to know how to fix this 😦
Hi, not sure where you read that with
/etc
...
Please read https://homarr.dev/docs/management/certificates/Certificates | Homarr documentation
On this page you can manage your trusted certificates.
not work :/


I have also just tried this myself using an API config from pve but the same result as @Babu even after importing my proxmox cert
either i have to use a certificat Let's Encrypt or disable ssl checking on homarr (this, i don't want to do it)
Solution
@loucas781 you wrote correctly your token id on homarr integration ?
because i've solved my problem
before : [email protected]
after : homarr
stupid mistake😅
now, solving another problem (not see all info) but this subject is closed

I think so
I'll give it a try again
How did you end up setting your user ID?
on proxmox -> Datacenter -> API Tokens

Hmmmmm
Still doesn't work for me
proxmox have 2 certificates by default
use the pve-root-ca.pem
take raw certificate and create a crt file, then import it on your homarr

Legend, that worked