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:
parent
780642e3b5
commit
854f394cae
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user