Re: [sr-dev] [kamailio/kamailio] load_crl takes 90 seconds to complete it execution with large (multi-megabyte) crl file size (#2312)

2020-05-13 Thread maheshb2487
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

Re: [sr-dev] [kamailio/kamailio] load_crl takes 90 seconds to complete it execution with large (multi-megabyte) crl file size (#2312)

2020-05-12 Thread maheshb2487
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___

Re: [sr-dev] [kamailio/kamailio] load_crl takes 90 seconds to complete it execution with large (multi-megabyte) crl file size (#2312)

2020-05-04 Thread maheshb2487
>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 ?

[sr-dev] [kamailio/kamailio] load_crl takes 90 seconds to complete it execution with crl file size of 4MB !!! (#2312)

2020-05-03 Thread maheshb2487
### 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

Re: [sr-dev] [kamailio/kamailio] Kamailio not using SNI in incoming requests (#1938)

2019-12-19 Thread maheshb2487
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

Re: [sr-dev] [kamailio/kamailio] Kamailio not using SNI in incoming requests (#1938)

2019-12-19 Thread maheshb2487
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

Re: [sr-dev] [kamailio/kamailio] Kamailio not using SNI in incoming requests (#1938)

2019-12-19 Thread maheshb2487
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