HomarrH
Homarr12mo ago
16 replies
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

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
failed.png
certs.png
log.png
Solution
@loucas781 you wrote correctly your token id on homarr integration ?
because i've solved my problem
before : root@pam.homarr
after : homarr
stupid mistake😅

now, solving another problem (not see all info) but this subject is closed
image.png
Was this page helpful?