nizhikov commented on a change in pull request #9071:
URL: https://github.com/apache/ignite/pull/9071#discussion_r623890208
##########
File path:
modules/ducktests/tests/ignitetest/services/utils/templates/ignite.xml.j2
##########
@@ -96,7 +97,7 @@
<property name="clientConnectorConfiguration">
<bean
class="org.apache.ignite.configuration.ClientConnectorConfiguration">
<property name="port" value="{{
config.client_connector_configuration.port }}"/>
- {% if config.client_connector_configuration.ssl_enabled %}
+ {% if config.client_connector_configuration.ssl_enabled or
config.ssl_params %}
Review comment:
> `or config.ssl_params`
This seems as wrong condition.
You don't work with this object in condition.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]