Uh oh!
There was an error while loading. Please reload this page.
SSE: make legacy format opt in - #22218
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Done |
nickvergessen
left a comment
There was a problem hiding this comment.
Bail out immediately when you found a negative one.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
0913b37 to
48476dfComparenickvergessen
commented
Aug 19, 2020
Some failing tests are related, others need a rebase |
48476df to
19d7de6Compare* Systems that upgrade have this enabled by default * New systems disable it * We'll have to add some wargning in the setup checks if this is enabled Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
19d7de6 to
2bbb848Compare🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 31974: failuremysql5.6-php7.2Show full logacceptance-app-files
Show full log |
rullzer
commented
Aug 19, 2020
Writing the docs is on my list for tomorrow |
rullzer
commented
Aug 24, 2020
/backport to stable19 |
kesselb
commented
Aug 28, 2020
Don't forget the documentation :) We already have on issue report for the new setup check: #22478 |
AndyXheli
commented
Aug 28, 2020
@rullzer What dose it mean by legacy format i enabled server side encryption when i installed NC 18. Do we need to stop using server side encryption ? |
weizenspreu
commented
Aug 29, 2020
@axheli Legacy format here means the encryption scheme that was used before authenticated encryption was introduced back in 2016. When you first started using the SSE with NC 18 you are not using the legacy format. |
kesselb
commented
Aug 29, 2020
I guess it's safe to ignore the warning for now. The condition to show the warning is wrong. |
AndyXheli
commented
Aug 29, 2020
@yahesh Got it thank you so much for explaining it. |
nickvergessen
commented
Aug 29, 2020
Run |
AndyXheli
commented
Aug 29, 2020
@nickvergessen running it. Going to check it out! I have a few servers but I think this one was created a long time ago. |
Basically a switch (off by default for new installations) to support the legacy format or not.
This should hopefully allow us to kill the old ways at some point.
Future work: