-
|
By default ejabberd requests client certificates from every client establishing a TLS-connection. Is there an option to disable that? We stumbled over this because some users reported problems connecting to ejabberd. What they have in common is that their client uses SChannel and their Windows certificate store contains client certificates. While we don't know what's causing SChannel to abort the connection, the most straight-forward way to get rid of this problem would be to not request client certificates in the first place, as we don't use them anyway. One workaround we found to prevent clients from sending certificates is setting In general I wonder if the defaults for |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
@Dunedan you've read https://blog.prosody.im/2026-letsencrypt-changes/ and you run newer than 25.08 ejabberd? |
Beta Was this translation helpful? Give feedback.
-
|
Did you explicitly enabled |
Beta Was this translation helpful? Give feedback.
I added 5b03ca5, which should sending flag requesting client certificate if tls_verify is not set.