Closed msersen closed 13 years ago
I think there are two problems.
First, the wsproxy is failing to connect to the VNC server target. I think you probably meant to start the proxy with --vnc LDPW:5904
. The --vnc
option uses actual port number, not VNC screen number.
Second, it looks like the certificate file is not being found to allow TLS/SSL connections. By default, wsproxy looks in the current directory for a file named 'self.pem'. If you launch wsproxy directly (rather than via the launch.sh script) you can use the --cert FILE
option to specify a path to the cert file.
BTW, unless you are going to listen on a port that is < 1024, you really don't need to run launch.sh/wsproxy with as root (with sudo).
I just made a change to wsproxy so it is more clear when you start if wsproxy cannot find a certificate file.
Thank you, I will give it another go and see how it works. I thought it was odd that the SSL errors were being thrown; being that I do have my cert file in the same directory as wsproxy (Apps/kanaka-noVNC-bf5ee68/utils/self.pem/). Otherwise, I cannot connect with ssh turned off either.
wsproxy searches for self.pem in the current directory (where you are running from) not the directory where wsproxy proxy is located (although they could be the same).
I just pushed out an update to wsproxy that integrates a mini-webserver into the code. launch.sh will automatically start wsproxy with the web server. The --web and --proxy options for launch have been combined into the --listen option.
I updated my files, and I am happy to report that I did successfully manage to open a session. Here's the catch, I only connected from localhost... Although, I did so by calling on my registered domain name that points to my wan addy. As soon as I tried from outside the lan, I had less luck. What I can tell (from outside the LAN) is that I can pull up the login screen and I can browse directories. What is also strange (and I am not sure if it is how I set it up or not)... Is that I must enter a full path in the URL in order to reach the server ie. http://www.mydomain.dyndns.org:5955/home/user/Kanaka/vnc.html , whereas prior to the latest update I could reach the login screen w/o the entire path. I will keep you posted as I figure more out. There is also a but I may have uncovered but I'd like to test it a few more times before saying so for sure.
msersen, I'm going to close this bug. If you are still having issues please re-open the bug and post the current status of the problem.
Hello, I'm having trouble connecting with your VNC client. I am using tightvncserver. I have noVNC and it's dependencies installed. I am using dyndns to map the hostname lajik.dyndns.org:5956 to my machine. I am running Ubuntu 10.10 and attempting to log in with the latest Trunk of Minefield. I hope this would be all the info, please let me know if you need additional information. Thanks!
Here is the Console output...