In case you have issues with Sharepoint access over WebVPN (Clientless SSL) here are few tricks:
- Disabling HTTP Compration on ASA Firewall
- Alrenate Access Mapping (Sharepoint)
http://technet.microsoft.com/en-us/video/configure-an-alternate-access-mapping-in-sharepoint-2010.aspx
Make sure it shows the ip address of the sharepoint server, in case your ASA is configured to go to http://<IP ADDRESS> and not to the actual URL.
- Making changes to Sharepoint IIS (disable comprassion)
C:\inetpub\wwwroot\wss\VirtualDirectories\<port number> and under the web.config file add the following:
<system.web.extensions>
<scripting>
<scriptResourceHandler enableCompression="false" enableCaching="true"/>
</scripting>
</system.web.extensions>
Reference link:
http://www.asp.net/AJAX/Documentation/Live/ConfiguringASPNETAJAX.aspx#microsoftweb
CCIE 18676