Forum Discussion
Rasman_75397
Feb 26, 2016Nimbostratus
Disable HTTP2 profile from iRule?
Hi! We will implement HTTP2 since it's supported in version 12. There is one iRule assigned to VIP that requires SSL renegotiation. Renegotiation conflicts with HTTP2 and gives SPDY protocol error. T...
John_Alam_45640
Mar 01, 2016Historic F5 Account
Have you tried the vip-to-vip scenario. You will want to make sure the renegotiation iRule logic goes with the proper virtual.
when CLIENT_ACCEPTED {
set collecting 0
set renegtried 0
Find out country tag
set CountryID "[whereis [IP::client_addr] country]"
internal proxy to another virtual
if {$CountryID eq "EE"} {
sharedvar CountryID
virtual renegotiation_virtual
}
}
HTH
- John_Alam_45640Mar 01, 2016Historic F5 AccountNote: this will remove HTTP2 profile from every connection coming from country in question but, you still only renegotiate for the special URI.
- RasmanMar 02, 2016NimbostratusThanks! Will test this. Would prefer to use same VIP but this is perhaps the only way to get around this.
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