summaryrefslogtreecommitdiffstats
path: root/x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/stunnel-client.conf
blob: 7517e23737b70ba4a1d6d3a8b6cacc87577c2d60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# Example SSL stunnel CLIENT configuration file.  (you run stunnel on
# this machine and point your vnc viewer to it, it goes to remote VNC
# server via SSL)
#
# To use this file you will need to edit it.  Then you will need
# to manually start up stunnel using it.
# (e.g. /path/to/stunnel stunnel-server.conf)
#
# This is just an example and is not used by the tools in this package.
# It is here to show how to create outgoing SSL connections to remote
# VNC servers when not using the tools in this package.
#
client = yes
options = ALL
RNDbytes = 2048
RNDfile = bananarand.bin
RNDoverwrite = yes
#
# Remote server certs could go here:
#  CApath = /path/to/.../crt-dir
#  CAfile = /path/to/.../foo.crt
#  verify = 2
# My cert could go here:
#  cert = /path/to/.../my.pem
#
[vnc]
#
# Set to local listening port number (e.g. 5900 for vnc display 0):
#
accept = localhost:5900
#
# Set to remote host:port to connect to (e.g. far-away.east:5900):
# (this is where the VNC server is. :0 -> port 5900, etc)
#
connect = HOST:PORT
delay = no 
#
# You could add additional ones going to other VNC servers:
# [vnc2]
# accept = localhost:5901
# connect = HOST2:PORT2
# etc ...
OpenPOWER on IntegriCloud