Skip to content

Commit 5919454

Browse files
committed
fix: WPB-25752 release 5.25-R2 with MLS disabled by default
1 parent 8305c86 commit 5919454

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed: disabled the MLS by default for 5.25-R1

values/wire-server/demo-values.example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ brig:
5555
teamMemberWelcome: https://wire.example.com/download # change this
5656
enableFederation: false # Keep false unless federation is explicitly configured
5757
optSettings:
58-
setEnableMLS: true # Enable for MLS protocol use
58+
setEnableMLS: false # Enable for MLS protocol use
5959
setFederationDomain: example.com # change this per host deployment
6060
# Sync the domain with the 'host' variable in the sftd chart
6161
# Comment the next line (by adding '#' before it) if conference calling is not used
@@ -199,7 +199,7 @@ galley:
199199
status: disabled
200200
config:
201201
protocolToggleUsers: []
202-
defaultProtocol: mls
202+
defaultProtocol: proteus
203203
allowedCipherSuites: [2]
204204
defaultCipherSuite: 2
205205
supportedProtocols: [proteus, mls]

values/wire-server/prod-values.example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ brig:
5555
teamMemberWelcome: https://wire.example.com/download # change this
5656
enableFederation: false # Keep false unless federation is explicitly configured
5757
optSettings:
58-
setEnableMLS: true # Enable for MLS protocol use
58+
setEnableMLS: false # Enable for MLS protocol use
5959
setFederationDomain: example.com # change this per host deployment
6060
# Sync the domain with the 'host' variable in the sftd chart
6161
# Comment the next line (by adding '#' before it) if conference calling is not used
@@ -199,7 +199,7 @@ galley:
199199
status: disabled
200200
config:
201201
protocolToggleUsers: []
202-
defaultProtocol: mls
202+
defaultProtocol: proteus
203203
allowedCipherSuites: [2]
204204
defaultCipherSuite: 2
205205
supportedProtocols: [proteus, mls]

0 commit comments

Comments
 (0)