Forum Discussion
Naresh_N
Nimbostratus
Nov 13, 2015SSL handshake errors
Hi there,
Recently put TMOS version 12 into production and see following SSL handshake errors, none of which existed in version 10.2.3:
Nov 12 03:15:36 dc1lbc2p info tmm[11446]: 01260013:6:...
Kevin_Stewart
Employee
Nov 17, 2015Great, so first step is to turn it off at the server. If you can't do that, try this simple iRule to remove it from responses:
when HTTP_RESPONSE {
if { [HTTP::header exists "Strict-Transport-Security" } {
HTTP::header remove "Strict-Transport-Security"
}
}
If that does the trick, then you just need to wait that 500 seconds for the cache to timeout and then try again.
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