


Hello everyone,
AEM 6.1.
- recommended Hotfixes installed
- newest dispatcher (with openssl) with recommended dispatcher config
It seems that there is a problem when:
- HTTPS forced via Apache
- Being in Touch UI and trying to open a page for editing with the Classic Editor
It will open a new page "https://<hostname>/cf" instead of "https://<hostname>/cf#<path of page>"
When doing the same in the HTTP, it works correctly.
The JS or other mechanism handling the opening of a tab seems to not pass the anchor.
Did anybody else got this problem an how do I pass it?
Kind regards,
Js
Views
Replies
Total Likes
I passed this to the support team to see if this is a known issue.
Views
Replies
Total Likes
Either you have not configured [A] OR all required client header not whitelisted in dispatcher.any or some rewrite rule issue at webserver level.
[A] http://localhost:4502/system/console/configMgr/org.apache.felix.http.sslfilter.SslFilter
Views
Replies
Total Likes
1.
the SSL Filter Configuration is:
SSL Forward header: X-Forwarded-SSL
SSL Forward value: on
in apache I did set:
RequestHeader set X-Forwarded-SSL "on"
2.
dispatcher config:
/clientheaders
{
# Forward all request headers that are end-to-end. If you want
# to forward a specific set of headers, you'll have to list
# them here.
"*"
}
So I guess it is correctly configured but still not working...
Views
Replies
Total Likes