mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 04:57:52 +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());
|
isc_throw(DbInvalidTimeout, ex.what());
|
||||||
}
|
}
|
||||||
|
|
||||||
int ssl_mode(SSL_MODE_DISABLED);
|
int ssl_mode(SSL_MODE_PREFERRED);
|
||||||
string ssslmode;
|
string ssslmode;
|
||||||
try {
|
try {
|
||||||
ssslmode = getParameter("ssl-mode");
|
ssslmode = getParameter("ssl-mode");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user