We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
How to define certificate authority path in homeserver.yaml for openssl LDAPS.
Please advice
The text was updated successfully, but these errors were encountered:
disabling certification validation "validate_cert: false" works but its security risk.
Please suggest how to defince CA path in homeserver.yaml
@erikjohnston @reivilibre @H-Shay
Sorry, something went wrong.
I have resolve my LDAPS key verification issue by following workaround
place my CA certificate in /etc/ssl/certs in matrix-synapse VPS
then run following command
sudo c_rehash /etc/ssl/certs/ # to refresh symlink
Then verify my OS of matrix can make ssl connection with ldaps server
openssl s_client -connect mydomain.tech:636 (CA is placed in /etc/ssl/certs/myca.pem)
Now users can authenticate.
No branches or pull requests
Hi
How to define certificate authority path in homeserver.yaml for openssl LDAPS.
Please advice
The text was updated successfully, but these errors were encountered: