I am trying to download the Cisco AnyConnect VPN Client from Cisco 2821 using 15 Code. I have configured using the following configuration.
ip local pool webvpn-pool 192.168.15.80 192.168.15.90
webvpn gateway Cisco-WebVPN-Gateway
ip address X.X.X.X port 443
ssl encryption rc4-md5
ssl trustpoint my-trustpoint
inservice
!
webvpn gateway Cisco-WebVPN-Gatewa
ssl trustpoint my-trustpoint
no inservice
!
webvpn install svc flash:/webvpn/anyconnect-win-3.1.03103-k9.pkg sequence 1
!
webvpn context Cisco-WebVPN
title "Abarron WebVPN - Powered By Cisco"
ssl authenticate verify all
!
acl "ssl-acl"
permit ip 192.168.15.0 255.255.255.0 192.168.15.0 255.255.255.0
permit ip 192.168.14.0 255.255.255.0 192.168.14.0 255.255.255.0
!
login-message "Cisco Secure WebVPN"
!
policy group webvpnpolicy
functions svc-enabled
filter tunnel ssl-acl
svc address-pool "webvpn-pool" netmask 255.255.255.0
svc rekey method new-tunnel
svc split include 192.168.15.0 255.255.255.0
inservice
When I try to get downloaded the VPN Client using the URL
https://X.X.X.X
The page is opened but when I click on Proceed then it says No Data Received. Please help and also the attachment.