Search results

  1. H

    SSL Error with pveproxy-ssl certificates

    This thread helped me with the same issue: https://forum.proxmox.com/threads/ssl-certificate-upload-went-wrong.101087/ Their commands were: `cd /etc/pve/local ; rm pve*ssl.* ; pvecm updatecerts --force ; service pveproxy restart`
  2. H

    Undefined (code: 1006), Nginx reverse proxy, authentik

    Correction to my previous post, if you want to run octoprint you will need this config: proxy_set_header Host $http_host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For...
  3. H

    Undefined (code: 1006), Nginx reverse proxy, authentik

    Hello thimplicity, I had the same issue but using Anexgohan's response I was able to get my config working for proxmox in addition to octoprint, etc. The lines they are talking about adding are bolded in my full config below. Hope this helps! # Increase buffer size for large headers # This is...
  4. H

    black screen/no-signal on monitor after upgrade to PVE 7?

    The exact same thing happened to me unfortunately I needed to gain console access as I had the genius move of enabling the firewall before allowing ssh/promox web gui through. Learned a lot. Hopefully, a team much smarter than myself can create a fix for this issue. Atleast the proxmox installer...