Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
3b6f60be
Commit
3b6f60be
authored
14 years ago
by
Joel Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos and formatting.
parent
b89c6db3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
README.md
README.md
+10
-11
No files found.
README.md
View file @
3b6f60be
...
@@ -42,8 +42,8 @@ There a few reasons why a proxy is required:
...
@@ -42,8 +42,8 @@ There a few reasons why a proxy is required:
with 0 ('
\x
00') and ends with 255 ('
\x
ff').
with 0 ('
\x
00') and ends with 255 ('
\x
ff').
2.
Javascript itself does not have the ability to handle pure byte
2.
Javascript itself does not have the ability to handle pure byte
arrays. The python proxy
base64 encodes the data so that
arrays. The python proxy
encodes the data as base64 so that the
the
Javascript client can decode the data as an integer array.
Javascript client can decode the data as an integer array.
### Quick Start
### Quick Start
...
@@ -63,10 +63,10 @@ There a few reasons why a proxy is required:
...
@@ -63,10 +63,10 @@ There a few reasons why a proxy is required:
*
To encrypt the traffic using the WebSocket 'wss://' URI scheme you
*
To encrypt the traffic using the WebSocket 'wss://' URI scheme you
need to generate a certificate for the proxy to load. By default the
need to generate a certificate for the proxy to load. By default the
proxy loads a certificate file name
`self.pem`
but the
--cert=CERT
proxy loads a certificate file name
`self.pem`
but the
`--cert=CERT`
option can override
it. You can generate a self-signed certificate
option can override
the file name. You can generate a self-signed
using openssl. When asked for the common name, use the hostname of
certificate using openssl. When asked for the common name, use the
the server where the proxy will be running:
hostname of
the server where the proxy will be running:
`openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem`
`openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem`
...
@@ -96,7 +96,7 @@ There a few reasons why a proxy is required:
...
@@ -96,7 +96,7 @@ There a few reasons why a proxy is required:
*
To run the python proxy directly without using launch script (to
*
To run the python proxy directly without using launch script (to
pass additional options for example):
pass additional options for example):
`./utils/wsproxy.py -f source_port target_addr:target_port
`./utils/wsproxy.py -f source_port target_addr:target_port
`
`./utils/wsproxy.py -f 8787 localhost:5901`
`./utils/wsproxy.py -f 8787 localhost:5901`
...
@@ -107,10 +107,9 @@ There a few reasons why a proxy is required:
...
@@ -107,10 +107,9 @@ There a few reasons why a proxy is required:
`./utils/web.py 8080`
`./utils/web.py 8080`
*
Point your web browser at http://localhost:8080/vnc.html
*
Point your web browser at http://localhost:8080/vnc.html
(or whatever port you used above to run the web server).
(or whatever port you used above to run the web server). Specify the
host and port where the proxy is running and the password that the
*
Specify the host and port where the proxy is running and the
vnc server is using (if any). Hit the Connect button.
password that the vnc server is using (if any).
### Browser Support
### Browser Support
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment