Hi all,
Has any one worked on OTM integration with bluecoat secure gateway? I am trying one and facing some issues. The configuration on gateway is done and it sends the external request to OTM webserver. However when the HTML markup is generated, OTM generates it with complete internal URL. because of this none of the images, js and css files are loging on home page.
e.g. the external URL is https://exertnalurl.domain.com/GC3/glog.....
this is configured to go to internal URL of http://internalotm.domain.com/GC3/glog......
This shows the logon page (just HTML) properly but the html contains references to internal URL and hence the browser can not load it. Suprizingly similar set-up on apache reverse proxy works fine. The URLs generated in the html are always relative e.g. /GC3/glog.... (pure URIs) they don't contain the domain part...
Any idea why this should be happening?
Thanks,
- Pritam.
PS - I have configured the glog.webserver.URL property in glog.properties to point to https://externalurl.domain.com - but it seems this is not used by OTM.
Has any one worked on OTM integration with bluecoat secure gateway? I am trying one and facing some issues. The configuration on gateway is done and it sends the external request to OTM webserver. However when the HTML markup is generated, OTM generates it with complete internal URL. because of this none of the images, js and css files are loging on home page.
e.g. the external URL is https://exertnalurl.domain.com/GC3/glog.....
this is configured to go to internal URL of http://internalotm.domain.com/GC3/glog......
This shows the logon page (just HTML) properly but the html contains references to internal URL and hence the browser can not load it. Suprizingly similar set-up on apache reverse proxy works fine. The URLs generated in the html are always relative e.g. /GC3/glog.... (pure URIs) they don't contain the domain part...
Any idea why this should be happening?
Thanks,
- Pritam.
PS - I have configured the glog.webserver.URL property in glog.properties to point to https://externalurl.domain.com - but it seems this is not used by OTM.
Comment