On Thu, May 30, 2013 at 5:29 PM, Larry Phillips <larrymp at yahoo.com> wrote: > oc linux client works fine, cisco anyconnect client win/mac expects client download and can't seem to bypass with xml profile. Local login auth works then see gets from client for /1/<client-os> and client exits with error "The AnyConnect package on the secure gateway could not be located. You may be experiencing network connectivity issues. Please try connecting again." > debug below for win client, osx looks similar > ocserv -f --debug -c /usr/local/etc/ocserv.conflistening (TCP) on [0.0.0.0]:443... [...] > ocserv[31915]: [97.104.220.70]:54161 HTTP GET /1/Windows > ocserv[31915]: [97.104.220.70]:54161 unexpected URL /1/Windows Hello, Indeed the cisco clients fail if they cannot open that directory (or binary). The way I solved that was by adding <BypassDownloader>true</BypassDownloader> to the client configuration xml. regards, Nikos