let ss connect to database using ssl connection

Discussions about using SIP Sorcery on your own computer/server
Post Reply
jvwelzen
Posts: 716
Joined: Thu Sep 11, 2008 1:56 pm

let ss connect to database using ssl connection

Post by jvwelzen » Sun Jan 31, 2010 11:45 am

Hi Aaron

Is it possible to let sipsorcery connect to a database using a secure ssl connection

Thanks in advance

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Post by Aaron » Mon Feb 01, 2010 1:58 pm

Yes it's possible you just need to adjust the database connection strings in the sipsorcery-appsvr.exe.config file. The sipsorcery software uses the Npgsql driver for connecting to Postgresql and MySQL's own .Net driver for MySQL. You need to look up each driver for details on how to set the connection string to use SSL.

Regards,

Aaron

Post Reply