Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

WSS URL not correct on non-standard ports #143

@t123yh

Description

@t123yh

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:
3
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&notheme=0&nonla=0&notls=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:
1
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions