[ 
https://issues.apache.org/jira/browse/IGNITE-8463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16483178#comment-16483178
 ] 

ekaterina.vergizova commented on IGNITE-8463:
---------------------------------------------

The TLS test is successfully passed locally.
I use the following IgniteConfiguration to run it:
 <bean id="ignite.cfg" 
class="org.apache.ignite.configuration.IgniteConfiguration">
 <property name="authenticationEnabled" value="true"/>

<property name="dataStorageConfiguration">
 <bean class="org.apache.ignite.configuration.DataStorageConfiguration">
 <property name="defaultDataRegionConfiguration">
 <bean class="org.apache.ignite.configuration.DataRegionConfiguration">
 <property name="persistenceEnabled" value="true"/>
 </bean>
 </property>
 </bean>
 </property>

<property name="clientConnectorConfiguration">
 <bean class="org.apache.ignite.configuration.ClientConnectorConfiguration">
 <property name="host" value="127.0.0.1"/>
 <property name="port" value="10800"/>
 <property name="sslEnabled" value="true"/>
 <property name="useIgniteSslContextFactory" value="false"/>
 <property name="sslClientAuth" value="true"/>

<property name="sslContextFactory">
 <bean class="org.apache.ignite.ssl.SslContextFactory">
 <property name="keyStoreFilePath" value="keystore.jks"/>
 <property name="keyStorePassword" value="123456"/>
 <property name="trustStoreFilePath" value="truststore.jks"/>
 <property name="trustStorePassword" value="123456"/>
 </bean>
 </property>
 </bean>
 </property>
 </bean>

Probably you lose keyStorePassword and trustStorePassword properties and may be 
something else.

> Node.js: setup TeamCity
> -----------------------
>
>                 Key: IGNITE-8463
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8463
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: thin client
>            Reporter: Vladimir Ozerov
>            Assignee: Peter Ivanov
>            Priority: Major
>
> Minimal implementation of NodeJS client is almost ready (IGNITE-8014). We 
> need to figure out how to integrate it with TeamCity:
> 1) New suite for NodeJS is needed along with required environment (npm, any 
> recent version). 2) Suite should be able to run Jasmine tests [1]
> 3) Currently all tests rely on manually started external node. We need to 
> create a set of scripts (bash?) to start/stop nodes locally from Jasmine. Raw 
> suggestion: call {{ignite.sh}} with predefined configuration.
> [1] https://jasmine.github.io/



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to