Hi,

You can use ssh and run ignite.sh script on a remote machine to start a
node. Is that what you're looking for?

REST support HTTPS. You can configure the underlying Jetty server in any way
you like by providing the path to a configuration file:

<property name="connectorConfiguration">
    <bean class="org.apache.ignite.configuration.ConnectorConfiguration">
        <property name="jettyPath" value="/path/to/jetty.xml"/>
    </bean>
</property>

See this page for Jetty SSL-related documentation:
http://www.eclipse.org/jetty/documentation/current/configuring-ssl.html

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Start-node-in-remote-server-which-needs-authentication-tp6668p6681.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to