Pre-Submission Checklist

Type Of Change

Checklist:

Description

The created ssl context in the db_redis and ndb_redis modules does not use client certificates 1, 2 which is against the default in current Redis configurations 3. The used Redis server therefore needs to be configured to not use tls-auth-clients 3. Without setting this configuration in Redis, no TLS connection to the Redis server can be established, since Redis will not accept unsigned/not-validated client certificates.

There is also a small typo in "ac_path" in both docs which was fixed to "ca_path", added with some more specification to which certificate is validated.


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/3804

Commit Summary

File Changes

(2 files)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3804@github.com>