2019-05-10

Results 13 comments of 2019-05-10

No, admin fixed the certifcate. Nevertheless, most if not all of it should be obvious: - the message needs to be non-generic, in case of a certificate error (which was...

The message told me the certificate was invalid without _any_ reason at all, "Details" gave a very short and pointless message and the choice to "Trust" or "Cancel". At no...

Uhm, I think, I alreday enumerated twice what other issues are there. Please, see the initial issue and my first answer.

And it's back. Did anything happen in the meantime? I _still_ cannot see the certificate and I still don't really know what the issue is. Version 5.1.0 Mattermost Version: 6.0.2...

I experience it too and think it odd, that user have to complain about such a bug, instead of fixing it right away. Basically _any_ application providing a systray entry...

Debian/Sid, MM Desktop 5.0.2 and the original issue still persists. Please reopen.

Why has this been closed? Unless the issue is solved for existing installations, it certainly cannot be considered solved. The MS Windows way ("reinstall everything") is definitely not a solution.

Uh, I apologize. I got confused by the "Closed" label on the reference to #1937

Actually, it's even worse: `Error processing validation response for: ... The verification key's size is 328 bits which is not secure enough for the HS384 algorithm.` So, obviously the Parser...

Of course it would, since you are deliberately limiting the key's length to 32. ``` final String key = "YWJjZGVmZ2hpamtsbW5vcHFyZXN0dXZ3eHl6QUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVoK"; final ZonedDateTime now = ZonedDateTime.now(); final String jwt = Jwts.builder()...