You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I requested a new certificate from wiseid.
When importing this new certificate, mumble is unable to see the mail address and the server complains, that the certificate is not valid for my username.
When showing the certifiacte infos with openssl openssl pkcs12 -info -in certificate.p12 the information is the same for the old and the new certificate.
Here is what the wiseid webinterface displays
Description
I requested a new certificate from wiseid.
When importing this new certificate, mumble is unable to see the mail address and the server complains, that the certificate is not valid for my username.
When showing the certifiacte infos with openssl
openssl pkcs12 -info -in certificate.p12
the information is the same for the old and the new certificate.Here is what the wiseid webinterface displays
New Certificate
Old Certificate
Expected behavior
The imported certificate works like the certificates before, the server accepts it, as it uses the same CommonName and EMail.
Actual behavior
The new certificate only shows the CommonName in the UI, but the mail stays empty and the server declines it.
Steps to reproduce
Mumble version
1.4.287
Mumble component
Both
OS
Linux
Reproducible?
Yes
Additional information
The relevant code is here: https://github.com/mumble-voip/mumble/blob/master/src/mumble/Cert.cpp#L86
From what I understand, this might not be an issue in Mumble, but might be an issue with qt.
Relevant log output
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: