[sr-dev] [kamailio/kamailio] cdp: Not possible to load module with older openssl version than 1.1.1 (Issue #3600)

2023-10-11 Thread mtryfoss via sr-dev
### Description After adding TLS support to the CDP module, it's no longer possible to load on systems running a version of openssl older than 1.1.1. Reproduction Run on system with openssl older than 1.1.1. Log Messages ``` ERROR: [core/sr_module.c:599]: ksr_load_module(): could

[sr-dev] git:master:d1d14f9b: pkg/docker: submodule update [skip ci]

2023-10-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: d1d14f9b832401f8282b4e6ade9cfe7ea1751e6a URL: https://github.com/kamailio/kamailio/commit/d1d14f9b832401f8282b4e6ade9cfe7ea1751e6a Author: Victor Seva Committer: Victor Seva Date: 2023-10-11T11:23:38+02:00 pkg/docker: submodule update [skip ci] --- Mod

[sr-dev] Re: [kamailio/kamailio] 503(service unavailable) (Issue #3599)

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
This looks like a question about using/tuning Kamailio, not a report of a bug in the C code. Look at core cookbook, maybe tuning some of the tcp parameters help. For further discussions, address it to sr-us...@lists.kamailio.org mailing list. -- Reply to this email directly or view it on GitHu

[sr-dev] Re: [kamailio/kamailio] 503(service unavailable) (Issue #3599)

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
Closed #3599 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3599#event-10616244032 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] cdp: Not possible to load module with older openssl version than 1.1.1 (Issue #3600)

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
Supporting older version of libssl is an overhead that should be avoided, because those versions are out of maintenance. Enabling tls in cdp only if libssl is a supported version at this moment would be good, if you can make a PR for it would be great of course. -- Reply to this email directly

[sr-dev] [kamailio/kamailio] cdp: Disable TLS support for openssl versions older than 1.1.0 (PR #3601)

2023-10-11 Thread mtryfoss via sr-dev