[SR-Users] Re: Use MySQL connector instead of mariadb connector

2023-03-13 Thread suchendra adiga
Finally found out that debain 11 default MySQL dev library defaults to mariadb. So the SSL support has not handled in Kam. Switching to libmysqlclient solved the issue. Thanks for the support and your valuable time. On Sun, 12 Mar, 2023, 8:49 am suchendra adiga, wrote: > Couldn't open

[SR-Users] Re: Use MySQL connector instead of mariadb connector

2023-03-11 Thread suchendra adiga
Couldn't open connection Access denied. Also I tried capturing the packets it clearly showed that SSL handshake is not initiated. On Sun, 12 Mar, 2023, 4:54 am Sergey Safarov, wrote: > What is Kamailio output when it started? > > On Sat, Mar 11, 2023 at 6:42 PM suchendra adiga < >

[SR-Users] Re: Use MySQL connector instead of mariadb connector

2023-03-11 Thread Sergey Safarov
What is Kamailio output when it started? On Sat, Mar 11, 2023 at 6:42 PM suchendra adiga < suchendraadigai...@gmail.com> wrote: > Yes, I was actually able to conenct it via the client(cli) by just > providing the --ssl flag . But I couldn't connect from the connector which > Kamailio uses

[SR-Users] Re: Use MySQL connector instead of mariadb connector

2023-03-11 Thread suchendra adiga
Yes, I was actually able to conenct it via the client(cli) by just providing the --ssl flag . But I couldn't connect from the connector which Kamailio uses internally. Also I see in the Kamailio code that SSL is not supported if the detected connector is Maria db in db_mysql module. Is my

[SR-Users] Re: Use MySQL connector instead of mariadb connector

2023-03-11 Thread Sergey Safarov
technically MariaDB supports TLS on the client and server side. https://mariadb.com/kb/en/securing-connections-for-client-and-server/ Could you make sure in your dist it is also supported out of the box? On Fri, Mar 10, 2023 at 8:02 PM suchendra adiga < suchendraadigai...@gmail.com> wrote: >

[SR-Users] Re: Use MySQL connector instead of mariadb connector

2023-03-10 Thread suchendra adiga
It's Debian 11. On Fri, 10 Mar, 2023, 10:05 pm Sergey Safarov, wrote: > Which dist are you using? > > On Thu, Mar 9, 2023 at 8:35 PM suchendra adiga < > suchendraadigai...@gmail.com> wrote: > >> Hi, >> >> I have been working on setting up the database with the Kamailio server. >> But facing a

[SR-Users] Re: Use MySQL connector instead of mariadb connector

2023-03-10 Thread Sergey Safarov
Which dist are you using? On Thu, Mar 9, 2023 at 8:35 PM suchendra adiga wrote: > Hi, > > I have been working on setting up the database with the Kamailio server. > But facing a problem when my db user has configured with SSL required. But > I learnt that there is no support to enable the SSL