-
Notifications
You must be signed in to change notification settings - Fork 776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--token-plugin error #213
Comments
Did you fix your issue? |
I got the same problem, why this issue closed? |
Fix the issue: novnc/websockify#213. When the websockify use --token-plugin, the spice_auto.html cannot pass the token value to websockify. Because websockfiy use the path, but the path variable is useless in spice_auto.html. So i added the token to the uri if token is not empty.
Fix the issue: novnc/websockify#213. When the websockify use --token-plugin, the spice_auto.html cannot pass the token value to websockify. Because websockfiy use the path, but the path variable is useless in spice_auto.html. So i added the token to the uri if token is not empty.
The original submitter closed it. You'll need to somehow pass the token as a query parameter in the websocket path (e.g. |
Try opening the URL as below: Also, in case you get file not found error, try providing absolute path of the token source. |
Hello,
I am using websockify to bridge a connection from my spice virtual machine server to the spice html5 browser application. The parameters it takes are Host IP of the websockify server, Port websockify is listening on and a password. My target_list.config file looks like this .....
target1: 165.168.2.54:5908
target2: 165.168.2.54:5910
target3: 165.168.2.54:5909
when i run websockify as ./websockify.py --token-plugin TokenFile --token-source target_list.config 8080
and then try to connect via spice-html5 client, I get this response from websockify
10.0.0.2: Token not present
Is there something I am doing wrong ?
The text was updated successfully, but these errors were encountered: