Bug ID 647903: Android receiver 3.11 new store addition with auto discovery does not work

Last Modified: Sep 13, 2023

Affected Product(s):
BIG-IP APM(all modules)

Known Affected Versions:
11.5.4, 11.5.5, 11.5.6, 11.5.7, 11.5.8, 11.5.9, 11.5.10

Opened: Feb 27, 2017

Severity: 3-Major

Symptoms

Could not add a new account in auto discovery for Citrix receiver 3.11 version and getting error as "Citrix Receiver could not verify the server address"

Impact

Could not add new account in auto discover mode for Citrix Android receiver 3.11

Conditions

BIG-IP virtual is configured for Citrix replacement mode in 11.5.x release Adding new account in Citrix Android receiver 3.11 in auto discover mode.

Workaround

Add this iRule to the virtual server. when HTTP_REQUEST { set uri_path [string tolower [HTTP::path]] if { $uri_path == "/vpn/index.html" } { set cookie "pwcount=0;Secure;HttpOnly;Path=/" HTTP::respond 200 -version auto content "/vpn/cgi/login" noserver "Set-Cookie" $cookie } elseif { $uri_path == "/agservices/discover" } { set cookie "X-Citrix-Session-Expired=true" HTTP::respond 403 noserver "X-Citrix-Session-Expired" "true" } }

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips