Products | Versions |
---|---|
TIBCO MDM | 9.1 |
When we try to login in MDM UI,we may get the exception as "GEN-7064: Security violation. Unauthorized access." while using a load balancing Apache server. This can be observed when Apache webserver configured infront of MDM Widlfly Application server and we configure load balancing URL for accessing MDM UI.
The ProxyPreserveHost directive is used to instruct Apache mod_proxy, when acting as a reverse proxy, to preserve and retain the original Host: header from the client browser when constructing the proxied request to send to the target server.
Because this is often not what is wanted, you should add the ProxyPreserveHost On directive to the Apache HTTPD configuration, either in httpd.conf or related/equivalent configuration files.