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`
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.