Database connection settings

<< Click to display table of contents >>

Navigation:  Administration > Security settings >

Database connection settings

We recommend encrypting the connection to the database server

Import server certificate (SQL server)

No longer trust servers without a certificate

We recommend only accepting encrypted connections in the SQL server

We recommend using Windows authentication for the database connection.

    (Alternatively, it is also possible to ticonuser grant permissions and encrypt the encrypt the config file. )

To do this, additional parameters must be entered in the connection string in the config file:

 Encrypt=True; //only encrypted connections are accepted

 TrustServerCertificate=False;//Servers without a trustworthy certificate are not trusted

 Integrated Security=True; //Windows authentication for the database connection

hmtoggle_arrow1        Where can I find the config file?