Changes between Version 2 and Version 3 of Ticket #1252, comment 4
- Timestamp:
- 08/30/16 07:11:37 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1252, comment 4
v2 v3 2 2 So this is now enough to start a server with both TCP and SSL support on the same port: 3 3 {{{ 4 xpra start --start=xterm --bind-tcp=0.0.0.0:10000 --ssl-cert= ./cert.pem4 xpra start --start=xterm --bind-tcp=0.0.0.0:10000 --ssl-cert=`pwd`/cert.pem 5 5 }}} 6 6