Re: Unable to transfer file using upload files in Shared Drive

2018-01-03 Thread Amarjeet Singh
Mike, It is related to SSL_read() we did in web server ( in front of Apache or Tomcat ) which is sending the complete header to Tomcat or Apache but not sending the complete body request. It is corrupting the body request which we fixed it and it is working now. I excluded web server in fr

Re: Unable to transfer file using upload files in Shared Drive

2018-01-03 Thread Mike Jumper
On Wed, Jan 3, 2018 at 9:24 PM, Amarjeet Singh wrote: > Issue is resolved. Thanks though for helping me out. It's not Guacamole > configurations which caused this issue instead Apache configurations. > > Glad to hear it, but can you describe what the cause was and what you changed to resolve it?

Re: Unable to transfer file using upload files in Shared Drive

2018-01-03 Thread Amarjeet Singh
Issue is resolved. Thanks though for helping me out. It's not Guacamole configurations which caused this issue instead Apache configurations. On Tue, Jan 2, 2018 at 11:01 PM, Amarjeet Singh wrote: > getting this error in the UI : > > The connection has been closed because the server is taking to

Re: Unable to transfer file using upload files in Shared Drive

2018-01-02 Thread Amarjeet Singh
getting this error in the UI : The connection has been closed because the server is taking too long to respond. This is usually caused by network problems, such as a spotty wireless signal, or slow network speeds. Please check your network connection and try again or contact your system administra

Re: Unable to transfer file using upload files in Shared Drive

2017-12-29 Thread Jerry
Can you show the relevant lines in Apache's configuration? -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Unable to transfer file using upload files in Shared Drive

2017-12-29 Thread Amarjeet Singh
geting this error in Apache logs :- AH01097: pass request body failed to [::1]:8080 (localhost) from 127.0.0.1 (), I tried many options but failed to resolve the above. On Fri, Dec 29, 2017 at 4:18 PM, Amarjeet Singh wrote: > Yes I have done that. > > My websocket connection is created and d

Re: Unable to transfer file using upload files in Shared Drive

2017-12-29 Thread Amarjeet Singh
Yes I have done that. My websocket connection is created and data is sent through websocket-tunnel. but file upload request doesn't goes through websock. it upload files but incomplete file. I mean to say that it uploads file 50 KB if file size is of 80 KB. and 400 KB if file size is 700KB. It

Re: Unable to transfer file using upload files in Shared Drive

2017-12-29 Thread Jerry
Hi, have you proxied WebSocket? http://guacamole.apache.org/doc/gug/proxying-guacamole.html Jerry -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/