You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2016/08/13 20:01:20 UTC

[jira] [Comment Edited] (GUACAMOLE-65) Cisco ASA WebVPN needs browser refresh to actually start remote desktop connection

    [ https://issues.apache.org/jira/browse/GUACAMOLE-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15418990#comment-15418990 ] 

Michael Jumper edited comment on GUACAMOLE-65 at 8/13/16 8:00 PM:
------------------------------------------------------------------

This isssue can be fixed by installing the following APCF on your ASA:

{code:xml}
<APCF>
  <version>1.0</version>
  <application>
    <id>CSCva86626< http://cdetsweb-prd.cisco.com/apps/dumpcr?identifier=CSCva86626></id>;
    <apcf-entities>
      <postprocess-response-body>
        <conditions>
          <request-uri-fnmatch>*app.js*</request-uri-fnmatch>
        </conditions>
        <action>
          <sed-script>s|V\.prop("href")|CSCO_WebVPN.unmangle_url(V.prop("href"))|</sed-script>
        </action>
      </postprocess-response-body>
    </apcf-entities>
  </application>
</APCF>
{code}

For information on how to configure this APCF on your ASA please refer to [Configuring Application Profile Customization Framework|http://www.cisco.com/c/en/us/td/docs/security/asa/asa90/configuration/guide/asa_90_cli_config/vpn_clientless_ssl.html#37874].

You can also refer the Cisco bug CSCva86626


was (Author: atbasu):
This isssue can be fixed by installing the following APCF on your ASA:
<APCF>
  <version>1.0</version>
  <application>
    <id>CSCva86626< http://cdetsweb-prd.cisco.com/apps/dumpcr?identifier=CSCva86626></id>;
    <apcf-entities>
      <postprocess-response-body>
        <conditions>
          <request-uri-fnmatch>*app.js*</request-uri-fnmatch>
        </conditions>
        <action>
          <sed-script>s|V\.prop("href")|CSCO_WebVPN.unmangle_url(V.prop("href"))|</sed-script>
        </action>
      </postprocess-response-body>
    </apcf-entities>
  </application>
</APCF>

For information on how to configure this APCF on your ASA please refer to Configuring Application Profile Customization Framework< http://www.cisco.com/c/en/us/td/docs/security/asa/asa90/configuration/guide/asa_90_cli_config/vpn_clientless_ssl.html#37874>;

You can also refer the Cisco bug CSCva86626

> Cisco ASA WebVPN needs browser refresh to actually start remote desktop connection
> ----------------------------------------------------------------------------------
>
>                 Key: GUACAMOLE-65
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-65
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole-client
>    Affects Versions: 0.9.10-incubating
>         Environment: Debian Wheezy, Cisco ASA 9.1.7(7) 
>            Reporter: J-M Roth
>
> Cisco ASA WebVPN provides access to intranet pages via some kind of proxying feature.
> I have installed the latest GIT version of the guacamole-client on top of a 0.9.9 guacd.
> The problem with the client is that clicking on a defined connection in the Guacamole UI does not load the actual connection (here RDP) until I refresh the browser.
> In fact when clicking on the connection link, I see the initial URL 
> {code}http://webvpn/+CSCO+sessionid++/guacamole-0.9.9-incubating/#/{code}
> change into
> {code}http://webvpn/+CSCO+sessionid++/guacamole-0.9.9-incubating/#/client/somestring=={code}
> but the remote desktop does not start until I reload the page in the browser (here FF 47.0.1)
> This may also be a bug in the ASA. So if someone could check for me what is happening at that point, it would be easier to explain to the Cisco folks what is going on.
> Great product BTW =)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)