Re: Web Agent configurations to connect Secured(SSL) IGNITE

2018-12-18 Thread Shesha Nanda
Thanks Alexey and ilya. I Am able to connect Secured(SSL) IGNITE by setting keystore and trustore as JVM_OPTS. On Thu, Dec 13, 2018 at 7:35 PM Alexey Kuznetsov wrote: > Hi, > > I would also add to Ilya's answer that I almost finished with IGNITE-9845 > (it is on review right now). > https://is

Re: Web Agent configurations to connect Secured(SSL) IGNITE

2018-12-13 Thread Alexey Kuznetsov
Hi, I would also add to Ilya's answer that I almost finished with IGNITE-9845 (it is on review right now). https://issues.apache.org/jira/browse/IGNITE-9845 That will add explicit way to configure SSL for Web Agent. -- Alexey Kuznetsov

Re: Web Agent configurations to connect Secured(SSL) IGNITE

2018-12-13 Thread Ilya Kasnacheev
Hello! You can try specifying java.net.ssl.* java system properties rougly as per: https://docs.oracle.com/javadb/10.8.3.0/adminguide/cadminsslclient.html Regards, -- Ilya Kasnacheev чт, 13 дек. 2018 г. в 09:32, Shesha Nanda : > Hi, > > I have deployed IGNITE 2.7 by enabling SSL security. It'

Web Agent configurations to connect Secured(SSL) IGNITE

2018-12-12 Thread Shesha Nanda
Hi, I have deployed IGNITE 2.7 by enabling SSL security. It's up and able to access curl requests through HTTPS. $ *curl --cacert host-server.pem "https://host:11443/ignite?cmd=version "* {"successStatus":0,"error":null,"sessionToken":null,"respon

Re: Web Agent configurations to connect Secured(SSL) IGNITE

2018-12-10 Thread Alexey Kuznetsov
See: https://docs.oracle.com/cd/E19830-01/819-4712/ablqw/index.html You may need to modify ignite-web-agent.sh with "-D" JVM options. -- Alexey Kuznetsov

Re: Web Agent configurations to connect Secured(SSL) IGNITE

2018-12-10 Thread Alexey Kuznetsov
Hi, Sheshananda, This feature is under development: https://issues.apache.org/jira/browse/IGNITE-9845 But as far as I know, you can set SSL options via system properties On Mon, Dec 10, 2018 at 5:07 PM Shesha Nanda wrote: > Hi, > > I have installed IGNITE sever by enabling security for the REST

Web Agent configurations to connect Secured(SSL) IGNITE

2018-12-10 Thread Shesha Nanda
Hi, I have installed IGNITE sever by enabling security for the REST API. Now I am trying to connect Web Agent to the ignite server but am not getting option to pass pem keys in the Web Agent's *ignite-web-agent.sh * scrip. Please let me know the configurations to pass pem file. -- *Regar