145146147148149150151152153154155
} catch (Exception e) { throw new RuntimeException("Could not configure TLS for engine on " + eng.getHost() + ":" + eng.getPort(), e); } } eng.finalizeConfig(); engineList.add(eng); } factory.setEnginesList(engineList); //Unravel this completely.