New Question
0

How to troubleshoout wsgate being not responsive?

asked Aug 8 '14

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

Preview: (hide)

Comments

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

Jaggie gravatar imageJaggie (Aug 8 '14)

what does your wsgate.ini file look like?

chris gravatar imagechris (Aug 21 '14)

[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 (Sep 5 '14)

2 answers

Sort by » oldest newest most voted
0

answered Nov 24 '14

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

Preview: (hide)
link

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 (Nov 25 '14)
0

answered Oct 22 '14

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

Preview: (hide)
link

Comments

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

Alex gravatar imageAlex (Oct 24 '14)
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)

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: Aug 8 '14

Seen: 915 times

Last updated: Nov 25 '14