New Question
0

How to troubleshoout wsgate being not responsive?

asked 2014-08-08 05:53:56 +0300

Alex gravatar image

I can reproduce the issue when wsgate become not responsive (an attempt to connect to the https://localhost:4430 resulting in timeout and attempt to restart wsgate service never succeeded. The only way to get it working again is to kill the wsgate process in the task manager).

How I can troubleshoot the issue? I tried to turn the debug to true in the wsgate,ini , but can not find any logs.

Alex

edit retag flag offensive close merge delete

Comments

I have exactly the same issue - Server 2012 R2 fresh install...

Jaggie gravatar imageJaggie ( 2014-08-08 14:12:43 +0300 )edit

what does your wsgate.ini file look like?

chris gravatar imagechris ( 2014-08-21 21:40:02 +0300 )edit

[global] debug=false redirect=true port=8000 bindaddr=0.0.0.0 [http] documentroot=C:\Program Files (x86)\Cloudbase Solutions\FreeRDP-WebConnect\WebRoot\ [ssl] port=4430 bindaddr=0.0.0.0 certfile=C:\Program Files (x86)\Cloudbase Solutions\FreeRDP-WebConnect\etc\server.cer [rdpoverride] nofullwindowdrag=true [openstack] authurl=http://keystone:5000/v2.0/ tenantname=admin username=admin password= [hyperv] hostusername=Administrator hostpassword=

Alex gravatar imageAlex ( 2014-09-05 06:05:09 +0300 )edit

2 answers

Sort by » oldest newest most voted
0

answered 2014-11-25 01:45:13 +0300

WillK gravatar image

Hi Guys,

I have the same problem with HTTPS, it crashes within a few seconds of starting to serve websockets data. HTTP works 100% fine and is stable.

Any resolution for this would be fantastic. Happy to pay for it!

Thanks, Will

edit flag offensive delete link more

Comments

Will, I have not found the solution yet. My only hope is the last paragraph of the alexpiloti here :http://ask.cloudbase.it/question/136/webconnect-user-names-and-passwords-are-being-logged-in-plaintext/ Alex

Alex gravatar imageAlex ( 2014-11-25 05:25:26 +0300 )edit
0

answered 2014-10-22 16:55:09 +0300

Hi Alex,

I have the same issue and I didn't find a solution yet.

As a workaround, we've deployed an small 'actuator' in the form of windows service that checks if wsgate is available and if it's down, kills and restarts the service.

If you're interested, I can share the code with you.

Cheers, Luis

edit flag offensive delete link more

Comments

Luis, I am interested and will appreciate if you will be able to share the code. Thank you, Alex

Alex gravatar imageAlex ( 2014-10-24 04:59:29 +0300 )edit
1

Hi, sorry for the long delay answering, but I didn't receive a notification of your answer (or I missed it). The script I'm using is available here: https://gist.github.com/luisfdez/e6bd585975d52a02591d (change port!). Is running as a windows service with Python (if interested of this part, ping me)

luis-fernandez-alvarez gravatar imageluis-fernandez-alvarez ( 2014-11-27 17:58:08 +0300 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

4 followers

Stats

Asked: 2014-08-08 05:53:56 +0300

Seen: 857 times

Last updated: Nov 25 '14