Forum Discussion
Eduard_Laera_26
Nov 16, 2005Nimbostratus
bad ssl sessionid containing null byte
Hello Everybody,
We have a problem replicating the SSL Proxy feature "SLL Client Session
insertion" into http headers of a BIGIP v4 System into v9. The iRule
does work but replac...
unRuleY_95363
Nov 18, 2005Historic F5 Account
You could always work around the problem by using SSL::sessionid and then trimming the end off. EG:
HTTP::header insert SSLClientSessionID [string trimright [SSL::sessionid] "\0"]
The trimright may not work but you could also use:
HTTP::header insert SSLClientSessionID [string range [SSL::sessionid] 0 end-1]
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