Skip to content

Commit

Permalink
#3313 self-signed certificates fail
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Mar 14, 2024
1 parent 6320ec7 commit 32f62dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/net/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ConnectionClosedException(Exception):

MAX_PACKET_SIZE : int = envint("XPRA_MAX_PACKET_SIZE", 16*1024*1024)
FLUSH_HEADER : bool = envbool("XPRA_FLUSH_HEADER", True)
SSL_UPGRADE : bool = envbool("XPRA_SSL_UPGRADE", True)
SSL_UPGRADE : bool = envbool("XPRA_SSL_UPGRADE", False)

SOCKET_TYPES : Tuple[str, ...] = ("tcp", "ws", "wss", "ssl", "ssh", "rfb", "vsock", "socket", "named-pipe", "quic")

Expand Down

0 comments on commit 32f62dc

Please sign in to comment.