We are seeing the same on a new Zammad install. I am wondering if we need to configure something in the Enterprise app to give it the correct permissions. There does not seem to be any documentation on how to set this up for Exchange online, that I can find.
We don’t see this kind of issue right now.
Can you please ensure that your server actually can verify the SSL certificate correctly?
If that’s working, it should work for Zammad as well.
That being said.
Alma Linux 8 seems to be using OpenSSL3 (I may be wrong but Google searches looked like that).
However, you’re most likely using the CentOS 8 package.
CentOS 8 uses an older OpenSSL version. This means, technically, Zammads dependencies are not fulfilled. If that’s the case, please consider either switching to the source code installation or another distribution (if you can) that has clean package support.
Thanks for the response. I reached the conclusion that it was something wrong with OpenSSL. That there is a version difference makes sense then. We were able to get LDAPS working so that we no longer need the Exchange sync. If CentOS 8 (and thus Zammad) move to OpenSSL3 then we can try again.