H
Homarr2mo ago
Babu

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
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- homarr_data:/appdata
environment:
- SECRET_ENCRYPTION_KEY=c4c3529854180fbcc169cc16e7a67d8cc15ac72d2f8e96bfb2d23f6759161637
ports:
- '7575:7575'

volumes:
homarr_data:
external: true
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- homarr_data:/appdata
environment:
- SECRET_ENCRYPTION_KEY=c4c3529854180fbcc169cc16e7a67d8cc15ac72d2f8e96bfb2d23f6759161637
ports:
- '7575:7575'

volumes:
homarr_data:
external: true
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
No description
No description
No description
Solution:
@loucas781 you wrote correctly your token id on homarr integration ? because i've solved my problem before : [email protected] after : homarr stupid mistake😅 ...
No description
Jump to solution
12 Replies
Cakey Bot
Cakey Bot2mo ago
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?
loucas781
loucas7812mo ago
I am also getting this so I would also love to know how to fix this 😦
Manicraft1001
Manicraft10012mo ago
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.
Babu
BabuOP2mo ago
not work :/
No description
No description
loucas781
loucas7812mo ago
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
Babu
BabuOP2mo ago
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
Babu
Babu2mo ago
@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
No description
loucas781
loucas7812mo ago
I think so I'll give it a try again How did you end up setting your user ID?
Babu
BabuOP2mo ago
on proxmox -> Datacenter -> API Tokens
No description
loucas781
loucas7812mo ago
Hmmmmm Still doesn't work for me
Babu
BabuOP2mo ago
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
No description
loucas781
loucas7812mo ago
Legend, that worked

Did you find this page helpful?