Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP APM
Known Affected Versions:
11.5.4, 11.5.4 HF1, 11.5.4 HF2, 11.5.4 HF3, 11.5.4 HF4, 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
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"
Could not add new account in auto discover mode for Citrix Android receiver 3.11
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.
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" } }
None