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 2018/01/29 21:08:00 UTC

[jira] [Commented] (GUACAMOLE-173) tunnel?read will fail on some proxies due to "high latency"

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

Michael Jumper commented on GUACAMOLE-173:
------------------------------------------

{quote}
Is it possible to provide an alternative to HTTP persistent connections?
{quote}

No. Other than WebSocket, there is no other way to achieve reasonably-performant data transfer. Traditional long polling would technically work, but it would be very slow.

> tunnel?read will fail on some proxies due to "high latency"
> -----------------------------------------------------------
>
>                 Key: GUACAMOLE-173
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-173
>             Project: Guacamole
>          Issue Type: Wish
>          Components: guacamole-common-js
>         Environment: Client:Win7/Chromium
> Server:Debian
>            Reporter: Matthias Nippert
>            Priority: Major
>
> I want to use guacamole through a corporate proxy that intercepts _both_ http and https connections.
> (https: by supplying local root certificate to user, so https endpoint is on proxy server)
> My issue with this kind of proxy is, that a http/https request must be completely finished towards proxy before it is forwarded to the guacamole client.
> Question:
> Is it possible to provide an alternative to HTTP persistent connections?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)