Forum Discussion
Zainal_Abidin_1
Nimbostratus
Jul 02, 2014SSL make login slow
Hi, We're apache web server to host my application. At front we have F5 LTM 1600. Last engineer who setting this SSL is redirect on F5. On apache web server i did not find any SSL cert. It's usin...
Zainal_Abidin_1
Nimbostratus
Jul 02, 2014We need to create new iRule. Can use like this:
when HTTP_REQUEST {
Disable the stream filter for all requests
STREAM::disable
}
when HTTP_RESPONSE {
Check if response type is text
if {[HTTPS::header value Content-Type] contains "text"}{
Replace any http:// instance with https://, unless the original string is http://*example.com:
STREAM::expression {@http://(?!.*?system\.com)@https://@}
Enable the stream filter for this response only
STREAM::enable
}
}
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