Fixed - SSL connection doesn't work #5510

pull/5520/head
Nikita Koksharov 1 year ago
parent d0ee950838
commit f72aa6a89a

@ -193,7 +193,7 @@ public class MasterSlaveConnectionManager implements ConnectionManager {
if (i == attempts - 1) {
lastAttempt = true;
}
doConnect(new HashSet<>(), u -> u.getHost());
doConnect(new HashSet<>(), u -> null);
return;
} catch (Exception e) {
if (i == attempts - 1) {

Loading…
Cancel
Save