Hello!
It should look like toe following:
<sslContextFactory type='SslContextFactory' protocol='SSL'
keyStoreFilePath='KeyStore/server.jks'
keyStorePassword='123456'
trustStoreFilePath='KeyStore/trust.jks'
trustStorePassword='123456'/>
Please note that pfx would likely not work, I recommend building Java key
store out of your keys/certificates.
Please see
https://stackoverflow.com/questions/4217107/how-to-convert-pfx-file-to-keystore-with-private-key
, for example, there's plenty of guides.
Currently you don't have any trust store, this means certs are not checked
and there's no authentication (only encryption).
Regards,
--
Ilya Kasnacheev
пн, 14 окт. 2019 г. в 23:51, alokyadav12 <[email protected]>:
> This is the only configuration we have to enable SSL
> <sslContextFactory type="SslContextFactory" protocol="SSL"
> keyStoreFilePath="Ignite.pfx" keyStorePassword="P@ssword" />
>
> Attached are log files for server and client node
> Where to define trust store?
>
> Server.log
> <http://apache-ignite-users.70518.x6.nabble.com/file/t2641/Server.log>
> ClientNode.log
> <http://apache-ignite-users.70518.x6.nabble.com/file/t2641/ClientNode.log>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>