Forum Discussion
ghost-rider_124
Nimbostratus
Dec 08, 2014F5 LTM and Javascript error
Hello Experts
I am facing one issue with F5 LTM. There is one web application published on F5 with https offload. Everything is working fine, one page with javascript is not displaying anything ...
r_dynamo_79563
Nimbostratus
Aug 11, 2015I am facing a similar issue with kronos. I have two VIPs listening on HTTP & HTTPS. The HTTP has a simple https redirect to the main page, and the HTTPS VIP with a streaming profile has the following iRule:
when HTTP_REQUEST {
tell server not to compress response
HTTP::header remove Accept-Encoding
disable STREAM for request flow
STREAM::disable
}
when HTTP_RESPONSE {
catch and replace redirect headers
if { [HTTP::header exists Location] } {
HTTP::header replace Location [string map {"http://" "https://"} [HTTP::header Location]]
}
only look at text data
if { [HTTP::header Content-Type] contains "text" } {
create a STREAM expression to replace any http:// with https://
STREAM::expression {@http://@https://@}
enable STREAM
STREAM::enable
}
}
There's a run report instance that throws an undefined javascript error when accessing the web-app on the F5.
r_dynamo_79563
Nimbostratus
Feb 04, 2016Hi Rob, the Kronos admins have to enable the following settings:
site.webserver.applet.communication.protocol=https
site.security.ssl.termination.on=true
site.security.ssl.termination.host=
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
