Agreed @miconda , Your input and guidance on the below is needed
>From the code, each profile inside tls.cfg maps to this data structure
>tls_domain_t, which contains SSL_CTX** ctx; and this is an array of the child
>tcp process list.
What was the reason to keep it an array list, if am populati
Hi Henning,
Any approximate timeline, on when this will be fixed.
Regards,
Mahesh.B
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2312#issuecomment-627268678___
>From the code, each profile inside tls.cfg maps to this data structure
>tls_domain_t, which contains SSL_CTX** ctx; and this is an array of the
>child tcp process list.
What was the reason to keep it an array list, if am populating the same data to
each and every member of the array list ?
### Description
Am using Kamailio 5.1.9 version, In my tls.cfg i have one client and server
profile,
along with default client and server profile.
I have crl enabled for the non default client and server profile , the crl file
size is 4 MB in my case.
I have 22 child tcp process.
With this
Hi Henningw,,
I further went thru the logs of kamailio, and i see the below happening.
tls [tls_server.c:169]: tls_get_connect_server_name[]: xavp with outbound
server name not found
tls [tls_server.c:152]: tls_get_connect_server_id[]: found xavp with outbound
server id: btip.176.com
Hi Henningw,
Thank you for the response. I understand the original
issue was on server mode and SNI.
For the client mode and SNI related configurations explanations that i have
mentioned in my previous comment, i have mailed the same to
sr-us...@lists.kamailio.org and waitin
Hi,
My Setup : client1 -> kamailio server 1 ( IP : 10.211.160.172) >
kamailio server 2( IP : 10.211.160.176) -> client2
I have a scenario where kamailio server 1 has to initiate an outgoing tls
connection to kamailio server 2, i have set the server_name and server_id in
the client p