TLS Server Error – Fatal Bad Certificate Alert #14924
-
|
We are encountering a TLS error in our EMQX server. The server is receiving a fatal Bad Certificate alert from the client when in the wait_cert state. Below is the relevant log snippet: Findings: The certificates are correctly generated and work without issues in Mosquitto. Steps Taken: Verified that the certificate chain is correct. We need support in understanding why EMQX rejects RSASSA-PSS certificates while they work fine with Mosquitto. Does EMQX have specific limitations or configurations required for RSASSA-PSS certificates? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 23 replies
-
|
hi, which EMQX version ? I assume you are using TLS1.2? |
Beta Was this translation helpful? Give feedback.
-
|
Also, I noticed that it works with emqx version 4.4. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Again @Abhijiththinkpalm It would be nice if you can provide the certificates chain (no need for private keys) for my inspection. |
Beta Was this translation helpful? Give feedback.
-
|
Will be a part of Fixes for 5.9.2 and 5.10.1 will follow. |
Beta Was this translation helpful? Give feedback.
Hi @Abhijiththinkpalm, I believe https://github.com/emqx/emqx/releases/tag/v5.8.8 has the fix in question, see the release notes under Security section.