AnyConnect won't download to client PC

I have an ASA5510 ver 8.2(1)1
I have configured two anyconnect VPNS. I have enabled both clientless and svc mode on both. The clientless works. They can conenct to the webpage and access plugins and access hosts on the internal network.
however the software wont download. and if I install the anyconnect client manually I can't even connect then. Depending on the version fo client I get either "Anyconnect is not enabled" or Can't start secure Desktop.
Any work aorund for this?
Config:
group-policy mypol_vpn_policy internal
group-policy mypol_vpn_policy attributes
dns-server value 10.x.x.x
vpn-filter value mypol_VPN_ACCESS_ACL
vpn-tunnel-protocol svc webvpn
split-tunnel-network-list value mypol_Split_Tunnel
address-pools value mypool_Pool
webvpn
  http-proxy disable
  svc keep-installer installed
  svc ask enable default svc
  customization value mypol
tunnel-group mypol_vpn_policy type remote-access
tunnel-group mypol_vpn_policy general-attributes
default-group-policy mypol_vpn_policy
tunnel-group mypol_vpn_policy webvpn-attributes
group-alias mypol enable
group-url https://xxx.com/mypol enable
files in flash:
csd_3.6.3002-k9.pkg
anyconnect-dart-win-2.4.1012-k9.pkg
any ideas please?

Unfortunately i tired that, but the ocmmand is nto available:
ASA(config)# webvpn
ASA(config-webvpn)# anyconnect enable
                                       ^
ERROR: % Invalid input detected at '^' marker.
ASA(config-webvpn)# ?
WebVPN commands:
  anyconnect-essentials  Enable/Disable AnyConnect Essentials
  apcf                   Load Aplication Profile Customization Framework (APCF)
                         profile
  auto-signon            Configure auto-sign to allow login to certain
                         applications using the WebVPN session credentials
  cache                  Configure WebVPN cache
  certificate-group-map  Associate a tunnel-group with a certificate map rule
  character-encoding     Configures the character encoding for WebVPN portal
                         pages
  csd                    This specifies whether Cisco Secure Desktop is enabled
                         and the package file name to be used.
  default-idle-timeout   This is the default idle timeout in seconds
  default-language       Default language to use
  dtls                   Configure DTLS for WebVPN
  enable                 Enable WebVPN on the specified interface
  error-recovery         Contact TAC before using this command
  exit                   Exit from WebVPN configuration mode
  file-encoding          Configures the file encoding for a file sharing server
  help                   Help for WebVPN commands
  http-proxy             This is the proxy server to use for HTTP requests
  https-proxy            This is the proxy server to use for HTTPS requests
  internal-password      Adds an option to input a different password for
                         accessing internal servers
  java-trustpoint        Configure WebVPN java trustpoint
  keepout                Shows Web page when the login is disabled
  memory-size            Configure WebVPN memory size. CHECK MEMORY USAGE
                         BEFORE APPLYING THIS COMMAND. USE ONLY IF ADVISED BY
                         CISCO
  no                     Remove a WebVPN command or set to its default
  onscreen-keyboard      Adds WebVPN onscreen keyboard for typing password on
                         the WebVPN logon page and internal pages requiring
                         authentication
  port                   WebVPN should listen for connections on the specified
                         port
  port-forward           Configure the port-forward list for WebVPN
  proxy-bypass           Configure proxy bypass
  rewrite                Configure content rewriting rule
  smart-tunnel           Configure a list of programs to use smart tunnel
  sso-server             Configure an SSO Server
  svc                    This specifies whether the SSL VPN Client is enabled
                         and the package file name to be used.
  tunnel-group-list      Configure WebVPN group list dropdown in login page

Similar Messages

  • Anyconnect won't connect if client version is older than version on ASA

    Hi,
    I read, that could be possilbe to connect with older version of Anyconnect than is in ASA box.
    If I disable auto-update in the profile, update is not forced to client but client with older SW won't connect to ASA with following error:
    And in the syslog is no specific message or error.
    If the SVC version on the client is equal or newer than on ASA, everything is OK.
    Question is, it is working to anyone?
    Thanks.

    Hi Jan,
    did you change
    true
    in the file AnyConnectLocalPolicy.xml located in
    C:\Documents and Settings\All Users\Application Data\Cisco\Cisco AnyConnect VPN Client ?
    Maybe you need to install the xml-profile from the asa into the profiles folder as well.
    (German FAQ: http://www.lrz.de/fragen/faq/vpn/vpn39/)
    regards,
    Markus

  • Client won't download...

    So I installed 1.5 and now for some reason non of the computers are able to access localhost/finalcutserver to download the client. We installed this on a fresh new drive that is only running fcs (and qmaster).

    also I tried getting to it on another comp and it doesn't direct me towards the install page, but it does automatically start to download a word doc which when opened says," <?php
    require_once("config.php");
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Welcome to <?= PRODUCT_NAME ?></title>
    <script language="JavaScript" type="text/javascript">
    function userAgentContains(string)
    return navigator && navigator.userAgent && navigator.userAgent.indexOf(string) >= 0;
    function isJavaWebStartInstalled(versionString)
    if (navigator && navigator.mimeTypes && navigator.mimeTypes.length > 0)
    // Some browsers don't have the jnlp mime type registered explicitly,
    // but JWS was included with the JRE starting with 1.4.
    if (navigator.mimeTypes['application/x-java-jnlp-file'] ||
    navigator.mimeTypes['application/x-java-applet;version=1.4'])
    return true;
    else if (userAgentContains('Safari') && userAgentContains('Windows'))
    // Safari for Windows doesn't support the Java plugins (it bundles its own),
    // so just check if Java is installed.
    return navigator.mimeTypes['application/x-java-applet'];
    else if (userAgentContains('Opera'))
    // Opera doesn't support the Java plugins (it uses the JRE directly on some OS's),
    // so assume it is (a generally valid assumption for Opera users).
    return true;
    return false;
    else if (userAgentContains('MSIE') && userAgentContains('Win'))
    // Internet Explorer for Windows
    try
    var test = new ActiveXObject('JavaWebStart.isInstalled');
    return true;
    catch (exception)
    return false;
    else
    // Assume Java is installed for browsers that don't implement navigator.mimeTypes
    return true;
    var loaded = false;
    function onFramesetLoad()
    if (loaded)
    return;
    loaded = true;
    if (isJavaWebStartInstalled())
    self.main.location.href = '<?= PRODUCT_WEBSTART ?>/content.php<?= $arguments ?>';
    else if (userAgentContains('MSIE') && userAgentContains('Win') && !userAgentContains('Opera')) // Opera pretends that it is MSIE
    self.main.location.href = '<?= PRODUCT_WEBSTART ?>/activexJavaDownload.php<?= $arguments ?>';
    else
    self.main.location.href = '<?= PRODUCT_WEBSTART ?>/standardJavaDownload.php<?= $arguments ?>';
    </script>
    </head>
    <frameset rows="100%,0%" border="0" framespacing="0">
    <frame src="<?= PRODUCT_WEBSTART ?>/noscript.php" name="main" noresize="noresize" frameborder="0" onload="onFramesetLoad()" />
    <frame src="" name="webstart" noresize="noresize" frameborder="0" />
    </frameset>
    </html>
    "

  • Firefox won't download pdf's using iMacros "TAG" command

    For work, I automated the downloading of documents (doc, docx, pdf files etc.) using a simple macro in iMacros. I had to use a macro because the nature of the site is - go to the main screen, click a client name link, scroll down and click a link to download the document - then go back to the main screen and repeat. The macro automated this tedious process and WAS working with about 95% success (seems that I can't tell firefox to automatically save a txt file for some reason - but that's another story). Now, all of a sudden, the macro won't download any pdf's. The macro still works fine when the document is a doc or docx or rtf file but when it hits a pdf file, it does nothing - just moves on to the next client. Since the macro works properly with the other file types (again, not txt - but everything else) it's probably not an iMacros issue. The frustrating part is - I can go into the page manually where the pdf file lives - and click on the file - and it works properly - file downloads automatically as it should.
    the macro code line is very simple:
    TAG POS=1 TYPE=A ATTR=TARGET:_blank
    I had to set all my document file types to automatically download (including adobe files) when a link is clicked - which is fine - and like I said - the macro used to work - just stopped downloading pdf's all of a sudden.
    Also I disable the adobe plugin - but that didn't work - since I have adobe files set to download automatically it shouldn't make a difference if the plugin is active or not anyway.
    Any help appreciated,
    Thanks

    Hi,
    As a safe test you can try installing [https://addons.mozilla.org/en-US/firefox/addon/imacros-for-firefox/ iMacros] in a [https://support.mozilla.org/en-US/kb/Managing-profiles new profile] and check. The [http://forum.iopus.com/viewforum.php?f=11 iMacros support] would also be helpful.
    [http://wiki.imacros.net/Main_Page KB]

  • Feature Request: VPN Portal with ability to download vpn client

    Hi i have an feature request to improve the ISA experience.
    Can you provide an vpn user login portal. When the user login he/she will be able to download the anyconnect directly from the firewall.
    The same function is found on the Cisco ASA devices, even the RV series installs and SSL VPN client from a portal. I would not expect it to have a deep customization as the asa series but more the ability to let mobile users be able to connect using a regular browser and download the client them self if they don't have it.
    BR: Alex

    Hi Alex,
    Thank you for your feedback.  I will pass this along. 
    Thanks,
    Brandon

  • IPad app won't download

    iPad app ,won't download suggestions

    Hi IAndrewD,
    Several issues have encountered this issue. We've seen it in some of our reviews on the app store and on our support email list ([email protected]). So far, everyone who's contacted us has been able to successfully update after verifying that their network connection was working and restarting the download.
    Please try the following:
    1) Make sure wifi and/or cellular data are turned on
    2) Test to be sure your internet connection is working by opening safari and browsing to a website (like www.adobe.com).
    3)  Single tap the app’s icon on the home screen and it will pause the download. Now go back to the iTunes Apps store, switch to the “Updates” screen and click “Update” to resume the download.
    4) If this doesn't work,  go to Settings -> iTunes & App Stores and tap the Apple ID to sign-out. Restart the iPad, go back to Settings -> iTunes Apps Store and sign-in. Tap the waiting icon to update the app.
    I'd also be happy to work with you on our support email alias or by phone if you email [email protected]
    Thank you!
    Pat

  • I have a download waiting for my new ipod touch, and whenever I press update, on the computer, it says downloading, time remaining  10hrs,however, on my ipod, it doesn't even show up. It syncs, but won't download anything. What to do?

    I am having problems with updating and downloading from my mac to my ipod, won't download at all. any advice?

    Options for when an iOS device gets locked because of forgotten passcode:
    Restore (and reset passcode) on your device by connecting it to the last computer to which it was connected:
    iTunes: Backing up, updating, and restoring iOS software - http://support.apple.com/kb/HT1414
    If you cannot connect it to the computer to which the device was last connected (or the device was never connected to a computer) you will have to use recovery mode to completely reset the device, losing all data:
    iOS: Unable to update or restore - http://support.apple.com/kb/HT1808 - recovery mode (e.g., cannot connect to computer last used to sync device, iTunes still asks for a password)
    If recovery does not work there's:
    DFU mode: http://osxdaily.com/2010/12/04/ipad-dfu-mode/
    How to put iPod touch / iPhone into DFU mode - http://geekindisguise.wordpress.com/2009/07/16/how-to-put-ipod-touch-iphone-into -dfu-mode/

  • My iPhone 5 won't download fron itunes

    My iPhone 5 won't download fron itunes. The icons show that they are waiting but no wireless activity is showing. If I reactivate the icons nothing happens. Very Frustrating!

    I'm having the same problem... I just got the iPhone 5 today.  I've done a reset... tried it on both WiFi and LTE... tried to download through iTunes... but still nothing.

  • IBook won't download and can't delete

    I recently downloaded iBooks. Today I downloaded an iBook and it won't download properly, always freezes. I want to delete it but seems you can't because it hasn't downloaded. I deleted the iBooks app but on reinstallation it keeps trying to download the ibook. Help please!

    Same thing happened to me!  Flippin' annoying!  I can't get them to download, iTunes won't let me delete them.  But everytime I connect my iPad or iPhone, it pops up and wants to download them.  Then it sits for hours trying to download and nothing happens, except locking up my computer and rendering it completely useless.  I just want to delete the two books out of iTunes permanently but I can't find out how to do it.  I would like some help too!

  • Certain music pieces and apps won't download from my iPod to iTunes on my MacBook

    I want to put what is on my iPod on my new MacBook, but certain pieces and apps won't download because my computer isn't authorized (so it will delete it from my iPod if I sync), but when it asks me to authorize it it uses an old Apple ID that doesn't exist anymore and to which I do not have access. Any ideas how to fix this? I just want to be able to sync my iPod with this computer without worrying about losing anything.

    Check out this article:
    iOS: How to transfer or sync content to your computer
    Read the "iTunes and App Store Content" section, especially the "Transferring purchased content" link there.

  • HT1911 I just verified my Apple user ID and password but certain updates won't download (gives me the signal that I'm incorrect).  I keep changing it, verifying but not all applications let me proceed.

    I just verified my Apple user ID and password but certain updates won't download (gives me the signal that I'm incorrect).  I keep changing it, verifying but not all applications let me proceed.  So I can't download itunes software updates or update my iphone even though I have just verified my info.  I know others that have this problem but can't get support to resolve it.

    Hi mpellichero,
    Thanks for visiting Apple Support Communities.
    The steps in this article can help if you are being asked for the password to your previous Apple ID:
    iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    http://support.apple.com/kb/TS5223
    Best Regards,
    Jeremy

  • Help: contacts won't download/sync from Mobile Me to iPhone?

    My new iPhone won't download old contacts from MobileMe. It will sync any new contacts or calendar event I add to either the iPhone or Mobile Me, but not the existing ones.
    Basically, I bought my first iPhone a couple of days ago. I just followed the prompts and ended up sync'ing it with gmail as well as pulling all the contacts off my old SIM and phone. But I ended up with lots of duplicate contacts. So I set up a Mobile Me account and uploaded all the contacts from the iPhone, no problems. Then I cleaned up all my contacts on Mobile Me, got rid of duplicates etc.
    Then I reset my iPhone to clear all data so I could start afresh (I've only had it a day or two so there wasn't much to lose). I thought I would be able to easily pull all the nice, clean contacts down from the cloud. But the only contacts that will sync are new ones, not the old ones.
    If I add a contact on Mobile Me, it downloads to the iPhone. If I add a new contact on the iPhone, it uploads to Mobile Me. But the hundreds of old contacts I have amassed over many years and many different mobile phones are stuck in the cloud and won't come down!
    All these contacts only ended up on Mobile Me after being sent from my iPhone, so not sure why it won't take them back.
    I'm on a PC. I have sync'd the iPhone with iTunes since I reset it. And I have downloaded the latest version of the iPhone OS since I reset the phone. I have tried turning off all sync'ing and then turning it on again - the iPhone asked if I wanted to merge data, I said yes, but it didn't download any of the old contacts.
    Obviously sync works, but why won't it get my old contacts?!
    The only thing I haven't tried is resetting all sync data - http://support.apple.com/kb/HT1497. However, how can I back up my Mobile Me data before I erase it? I didn't think my Mobile Me contacts would sync with a PC?

    Turn off contacts in MobileMe on the iPhone and choose keep contacts on the iPhone
    Connect iPhone to iTunes and enable sync contacts to Windows Address Book or Outlook 2003 or higher. Now there should be a copy of the contact on the computer.
    Make sure you have installed and configured the MobileMe control panel on your computer. And set it up to sync contacts. Choose the best copy(Cloud or Computer)for the initial sync(can be from Cloud to computer or computer to cloud).
    http://www.apple.com/mobileme/setup/
    Once the computer and Cloud have the correct info then slide contacts back to on within the Mail Contacts Calendars on the iPhone and choose replace iPhone with info from the Cloud.
    Uncheck Sync Contact with computer within iTunes on Info tab(if you do not then you will get duplicates).

  • HT5622 I downloaded two apps on the App Store and it won't ask my for my Apple ID, so my apps won't download. How do I fix this?

    I download two apps on the apps store. And they won't download because my phone won't ask me my Apple ID. Why do I do?

    Is this a new Apple iD? If it is, and you have already set it up, then you have two options:
    1.     Temporarily put a Credit Card or Gift Card on the account to download the free app. If you put a credit card, then once you have downloaded the app, you should be able to go into your Account preferences and change the payment option to = None.
    2.     You can download the fee App, and then set up a new Apple ID.
    Cheers,
    GB

  • My Apps Won't Download

    My apps won't download and I have tried everything from restarting my phone to restoring my phone. Also tried to update my apps but since I changed my apple id because my old one had billing issues, I deleted all the apps trying to download them with the new apple id but nothing is working!!! PLEASE HELP!!!!! I have no apps!! Also my phone is updated so that's not the issue either.

    See if this helps:
    Downloading apps stuck on waiting...: Apple Support Communities

  • IPhone 5 apps and music won't download. Both say waiting

    My iPhone 5 running iOS 7 latest beta won't download apps. My phone worked just fine yesterday then today my apps won't download or update and my music won't download it stays in the "waiting" status and I've done hard reset logged in and out of my Apple ID and nothing changes.

    No official way to fix this until the full version of iOS 7 is out in mid September, but for now the quick way to download and update is to do the following:
    •Hold your finger on the icon of the app that is stuck on waiting, until wiggle mode is enabled, and remove the app
    •Plug in your iOS device to iTunes and sync
    •Reinstall the application from the App Store and installs and upgrades should work again
    •If not, rinse and repeat this process

Maybe you are looking for