Changes between Version 14 and Version 15 of Encryption/SSL
- Timestamp:
- 02/06/18 04:32:12 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encryption/SSL
v14 v15 6 6 == Introduction == 7 7 8 New in version 1.0, for more details see #1252.8 For more details see #1252. 9 9 10 10 This option can more easily go through some firewalls and may be required by some network policies. Client certificates can also be used for authentication. … … 15 15 It is only applicable to TCP sockets, not unix domain sockets. 16 16 Do not assume that you can just enable SSL to make your connection secure. 17 18 When using the binary packages, a self-signed SSL certificate will be generated during the first installation. It is placed in: 19 * {{{/etc/xpra/ssl-cert.pem}}} on Posix platforms 20 * {{{C:\ProgramData\Xpra\ssl-cert.pem}}} on MS Windows 21 * {{{/Library/Application Support/Xpra/ssl-cert.pem}}} on Mac OS 17 22 }}} 18 23