Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 580 Bytes

File metadata and controls

22 lines (12 loc) · 580 Bytes

Encryption

Access to Xpra's sessions over TCP, websocket and unix domain sockets (see network) can be protected using authentication modules but those do not protect the network connection itself from man in the middle attacks.

For that, you need to use one of these three options:

Choose a transport

QUIC connections must use TLS.


See also: Security Considerations