Hello,
For an unknown reason, now I am able to reach http://URL/ag-push from internet. The issue I have now is once connected, I received some 401 errors
And in my Apache logs, I have this error [Wed Oct 05 13:51:22 2016] [debug] ajp_header.c(516): ajp_unmarshal_response: status = 401[Wed Oct 05 13:51:22 2016] [debug] ajp_header.c(537): ajp_unmarshal_response: Number of headers is = 6[Wed Oct 05 13:51:22 2016] [debug] ajp_header.c(599): ajp_unmarshal_response: Header[0] [Pragma] = [No-cache][Wed Oct 05 13:51:22 2016] [debug] ajp_header.c(599): ajp_unmarshal_response: Header[1] [Cache-Control] = [no-cache][Wed Oct 05 13:51:22 2016] [debug] ajp_header.c(599): ajp_unmarshal_response: Header[2] [Expires] = [Thu, 01 Jan 1970 01:00:00 CET][Wed Oct 05 13:51:22 2016] [debug] ajp_header.c(599): ajp_unmarshal_response: Header[3] [WWW-Authenticate] = [Bearer realm="aerogear", error="invalid_token", error_description="Token audience doesn't match domain. Token issuer is http://URL/auth/realms/aerogear, but URL from configuration is https://URL/auth/realms/aerogear"]
|