Re: Proxying Syncope console with Apache reverse-proxy?

2020-05-14 Thread ohaya
Ok, I was missing a configuration in server.xml... it is working now. On Thursday, May 14, 2020, 03:15:44 PM EDT, wrote: Also in the Tomcat localhost log file I am seeing this: 192.168.181.153 - - [14/May/2020:18:41:33 +] "POST

Re: Proxying Syncope console with Apache reverse-proxy?

2020-05-14 Thread ohaya
Also in the Tomcat localhost log file I am seeing this: 192.168.181.153 - - [14/May/2020:18:41:33 +] "POST /syncope-console/login;jsessionid=145679823C04C8CB87203E692507C264?0-1.0-login-submit HTTP/1.1" 400 1186 I think that is a 400 error, but I am not sure "why?" because I am not seeing

Re: Proxying Syncope console with Apache reverse-proxy?

2020-05-14 Thread ohaya
I found xsrf and catcha parameters in the /syncope-archetype/enduser/target/classes/enduser.properties file, and I set both parameters to "false", and bounced the tomcat, but still it is getting stuck. I am also now still seeing the following error in the enduser.log: 18:27:38.717 ERROR

Re: Proxying Syncope console with Apache reverse-proxy?

2020-05-14 Thread ohaya
Hi, I just found these msgs in the syncope-archetype/logs/enduser.log: 14:17:04.128 ERROR org.apache.syncope.client.enduser.resources.BaseResource - XSRF TOKEN does not match I am guessing that XSRF is something to do with cross-site? Is there some config we have to change in Syncope to

Proxying Syncope console with Apache reverse-proxy?

2020-05-14 Thread ohaya
Hi, I am trying to proxy the Syncope console with an Apache (reverse) proxy. So far, after I setup the Apache proxy, I can get to the Syncope console login page, but when I try to submit the login, nothing happens. I have been trying to diagnose what is going on, but so far, I cannot see