Page 2 of 2

Re: 3.00 beta2 reverse proxy issues

Posted: August 30th, 2020, 2:36 pm
by safihre
That's unfortunate. Will have to see and hope cherrypy fixes this.
I now see that I made a patch in CherryPy in 2.3.9 where we included our own custom copy of CherryPy instead of using the official one. In that custom copy we fixed this.

https://github.com/cherrypy/cherrypy/issues/1865

Re: 3.00 beta2 reverse proxy issues

Posted: August 30th, 2020, 3:34 pm
by blun7
No worries, luckily nginx has the redirect rewriting feature. Is there a way to set the URL to empty string before redirecting so cherrypy.url returns empty string?

Re: 3.00 beta2 reverse proxy issues

Posted: September 1st, 2020, 2:28 am
by safihre
Turns out I should have been reading better.
There is an option to fix this.
Will add it to the next release!

Re: 3.00 beta2 reverse proxy issues

Posted: September 1st, 2020, 9:14 pm
by blun7
Big thanks safihre!

Re: 3.00 beta2 reverse proxy issues

Posted: September 3rd, 2020, 1:30 pm
by thpsgod
Confirmed, I also had this issue and the 3.1.0 beta has fixed it. Thanks!

Re: 3.00 beta2 reverse proxy issues

Posted: September 3rd, 2020, 2:06 pm
by safihre
Awesome! :)

Re: 3.00 beta2 reverse proxy issues

Posted: September 4th, 2020, 5:35 pm
by Star11
I just installed the 3.1.0Beta1 and my issues seem to be gone and is working as it should!