I'm trying this great project at the moment. This is my wsgate.ini:
[global]
debug = true
port = 8880
redirect = true
[http]
documentroot = webroot
[ssl]
port = 9843
certfile = etc/server.pem
[rdpoverride]
nofullwindowdrag = true
I used https://127.0.0.1:9843 to connect, but after I clicked the connect button, the connect window disappeared and nothing appeared then.
I tried to figure out the problem and this is what I've found so far:

The error message is:
"Failed to construct 'WebSocket': The URL 'wss://127.0.0.1:9843:9843/wsgate?host=azfcxv&user=asdf&pass=YXNkZg%3D%3D&perf=0&fntlm=0&nowallp=0&nowdrag=1&nomani=0¬heme=0&nonla=0¬ls=0&dtsize=598x955' is invalid." (By the way, the password is not my password ;-)
The url here is not a correct url. The port number is duplicated.
And the url comes from here:

from the server.
It's obviously a mistake, and I hope you guys can fix it.
I'm using verison 1.0.0.167 of wsgate, with Chrome 50.0.2661.94 m (64-bit) and Windows 10.