Re: Access REST API using HTTPS

2018-05-30 Thread ilya.kasnacheev
Hello! Have you tried setting sslEnabled=true property on ConnectorConfiguration, setting sslFactory also? Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Access REST API using HTTPS

2018-05-30 Thread Sudheer.Panta
Hi, I did enable SSL on, but I could not access REST API using https. I was trying to access as below, it does not work. Please let me know if I need to configure anything else..? https://localhost:8443/ignite?cmd=top=true=true=127.0.0.1 My Configuration is as below