Hi,
Please properly subscribe to the user list (this way we will not have to
manually approve your emails). All you need to do is send an email to ì
[email protected]î and follow simple instructions in the
reply.
---
You can configure SSL in Ignite.NET via Spring XML
(IgniteConfiguration.SpringConfigUrl property) like this:
<property name="sslContextFactory">
<bean class="org.apache.ignite.ssl.SslContextFactory">
<property name="keyStoreFilePath" value="server.jks"/>
<property name="keyStorePassword" value="123456"/>
<property name="trustManagers">
<bean class="org.apache.ignite.ssl.SslContextFactory"
factory-method="getDisabledTrustManager"/>
</property>
</bean>
</property>
Pavel.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/How-to-implement-SSL-TLS-in-Ignite-using-NET-code-tp5752p5832.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.