Hi, First of all you need to create an SSLContext object and use it to initialize SSLOptions. Here is a good example [1] provided by Cassandra community.
After that pass this SSLOptions object into Ignite's Cassandra DataSource object using DataSource.setSslOptions method. [1] https://github.com/datastax/java-driver/blob/2.1.6/driver-core/src/test/java/com/datastax/driver/core/SSLTestBase.java#L84-L114 <https://github.com/datastax/java-driver/blob/2.1.6/driver-core/src/test/java/com/datastax/driver/core/SSLTestBase.java#L84-L114> — Denis > On Jun 23, 2016, at 6:47 PM, ChickyDutt <[email protected]> wrote: > > Attached is my connection-setting.xml file. I have enabled the useSSL > property to true. Can you show me the way to refer the Cassandra node > keystore file and the password through SSLOptions and then include it in the > attached file. > > Please let me know if you need any further information. > > Regards. > Chicky > > On Thu, Jun 23, 2016 at 4:34 PM, Ashish Dutt Sharma <[hidden email] > <x-msg://13/user/SendEmail.jtp?type=node&node=5847&i=0>> wrote: > A gentle reminder. Could you please help me out on this? > > How do I pass the Keystore and the password in SSLOptions in > Cassandra.DataSource? > > Regards, > Ashish Sharma > > On Fri, Jun 17, 2016 at 12:53 AM, Denis Magda [via Apache Ignite Users] > <[hidden email] <x-msg://13/user/SendEmail.jtp?type=node&node=5847&i=1>> > wrote: > Igor R., Alexey K. or Val, > > Is SSL presently supported for Cassandra cache store? > > — > Denis > >> On Jun 13, 2016, at 11:34 AM, ChickyDutt <[hidden email] >> <http://user/SendEmail.jtp?type=node&node=5700&i=0>> wrote: >> >> Good morning >> >> Could you please help me understand how to establish persistence to >> Cassandrea via SSL? >> >> What else do I need to ensure apart from setting the below flag to true >> useSSL false Enables the use of SSL >> >> View this message in context: Ignite with Cassandra and SSL >> <http://apache-ignite-users.70518.x6.nabble.com/Ignite-with-Cassandra-and-SSL-tp5611.html> >> Sent from the Apache Ignite Users mailing list archive >> <http://apache-ignite-users.70518.x6.nabble.com/> at Nabble.com >> <http://nabble.com/>. > > > > If you reply to this email, your message will be added to the discussion > below: > http://apache-ignite-users.70518.x6.nabble.com/Ignite-with-Cassandra-and-SSL-tp5610p5700.html > > <http://apache-ignite-users.70518.x6.nabble.com/Ignite-with-Cassandra-and-SSL-tp5610p5700.html> > To start a new topic under Apache Ignite Users, email [hidden email] > <x-msg://13/user/SendEmail.jtp?type=node&node=5847&i=2> > To unsubscribe from Apache Ignite Users, click here > <applewebdata://0F284926-4FE5-4B1D-9EDC-455642273584>. > NAML > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > > > connection-settings.xml (2K) Download Attachment > <http://apache-ignite-users.70518.x6.nabble.com/attachment/5847/0/connection-settings.xml> > View this message in context: Re: Ignite with Cassandra and SSL > <http://apache-ignite-users.70518.x6.nabble.com/Ignite-with-Cassandra-and-SSL-tp5610p5847.html> > Sent from the Apache Ignite Users mailing list archive > <http://apache-ignite-users.70518.x6.nabble.com/> at Nabble.com.
