2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#3927] Updated the default to library one

This commit is contained in:
Francis Dupont 2025-07-09 15:35:13 +02:00
parent 780642e3b5
commit 854f394cae

View File

@ -131,7 +131,7 @@ MySqlConnection::openDatabase() {
isc_throw(DbInvalidTimeout, ex.what());
}
int ssl_mode(SSL_MODE_DISABLED);
int ssl_mode(SSL_MODE_PREFERRED);
string ssslmode;
try {
ssslmode = getParameter("ssl-mode");