-
FireBurn replied to the topic OpenAM Community Edition and security advisory #201608 in the forum Access Management 4 years, 7 months ago
This is very poor form. I understand if new issues were found in the community edition that it should be up to the community to fix them. These however are known issues and already fixed by Forgerock
-
FireBurn replied to the topic WebAgent 4.1 Not Reverse Proxying Sometimes in the forum Access Management 4 years, 9 months ago
I think this is the commit in apache that breaks things: https://github.com/apache/httpd/commit/1485d64698ef816f1586e2d772c58cb9b78c788d
-
FireBurn replied to the topic WebAgent 4.1 Not Reverse Proxying Sometimes in the forum Access Management 4 years, 9 months ago
Yeah that’s the same issue
-
FireBurn replied to the topic WebAgent 4.1 Not Reverse Proxying Sometimes in the forum Access Management 4 years, 9 months ago
This is a very hacky work around:
commit b113a1ab496ea13211d9a937f6f7d792ecd7c4c8 (HEAD -> master, origin/master, origin/HEAD)
Author: Mike Lothian <[email protected]>
Date: Fri Sep 8 15:10:58 2017 +0100Extra debugging and force to GET
diff –git a/source/apache/agent.c b/source/apache/agent.c
index 6d150da..b6b723c 100644
—…[Read more] -
FireBurn replied to the topic WebAgent 4.1 Not Reverse Proxying Sometimes in the forum Access Management 4 years, 9 months ago
So I’ve tracked down why it’s not working, something is downgrading GETs to HEADs:
Not working
2017-09-08 15:38:13.595 +0100 DEBUG get_method_num(): method GET (HEAD, 0)
2017-09-08 15:38:13.595 +0100 DEBUG get_method_num(): number corresponds to HEAD method
2017-09-08 15:38:13.595 +0100 DEBUG get_method_num(): set method to…[Read more] -
FireBurn started the topic WebAgent 4.1 Not Reverse Proxying Sometimes in the forum Access Management 4 years, 9 months ago
Going to https://proxysite.example.com/login you’re redirected to https://ssosite.example.com:443/opensso/UI/Login?realm=example&goto=https%3A%2F%2Fproxysite.example.com%3A443%2Flogin
Login appears to work but the https://proxysite.example.com/pages/dashboard/ page doesn’t load, eventually an timeout error appears with “ER…[Read more]
-
FireBurn replied to the topic maven.forgerock.org problem? in the forum General Discussion 5 years, 3 months ago
that’s all the forgerock stuff I have – check to see if it’s enough to build OpenDJ – I’m sure it’s build as part of OpenAM – if it isn’t I don’t have any more files
-
FireBurn replied to the topic maven.forgerock.org problem? in the forum General Discussion 5 years, 3 months ago
OK I’ve uploaded my local maven repository to dropbox. If you extract the file to .m2/repository/org/forgerock/ you should be able to build OpenAM again – just don’t use clean
https://www.dropbox.com/s/bgxweh9ns2jf74d/openam-13-maven.tar.xz?dl=0
-
FireBurn replied to the topic maven.forgerock.org problem? in the forum General Discussion 5 years, 3 months ago
Will this be an issue for the OpenAM 14 POMs when it’s released?