Gina Häußge
Gina Häußge
`staging/bugfix` branch ^^. And with checked I meant, checked by *me*
So looking into this, I think that an invalid but present API key being treated as "no api key" was simply a bug. That should always have been 403. However,...
Yeah, invalid API key should always lead to a 403. That it didn't before was a bug. Missing API key should be treated as guest.
Not quite on topic here, but it must be said: Stop. With. Port Forwards. Port Forwards are a security concern and at this point considered a misconfiguration. A 3d printer...
Try the instructions behind the "Forgot password?" link. If anything there fails, please provide information as to how. Logs, screenshots, etc. I've gone through several updates just yesterday during the...
@EzeCuervo @fekle OctoPi also ships with a reverse proxy, haproxy in fact, and there it works just fine. Are you using a custom script root ("example.com/octoprint/") and forgot to set...
Could it be that in the non working setups the reverse proxy sits in front of OctoPi's own reverse proxy (that's what the nginx proxy manager screenshot suggests), so we...
@EzeCuervo @fekle I just configured a custom (internal) domain to have a subdomain pointing at one of my test instances behind OctoPi's haproxy. So, `https://octopia.fsl.cx` -> `http://octopia.lan` -> `http://127.0.0.1:5000`. No...
New guess: You are accessing OctoPrint through https via Cloudflare, but OctoPrint doesn't know that and thus generates the cookie name for port 80 (people are running several instances on...
@EzeCuervo > Then I read the config.yaml documentation, I added the following lines but i'm a little bit confused on how I have to declare these things: You don't have...