Apache Ignite - how to enable HTTPS Rest API

痞子三分冷 提交于 2020-06-18 21:39:36

问题


This works (http):
http://ip-address:port/ignite?cmd=version

This does not (httpS):
https://ip-address:port/ignite?cmd=version

How to enable httpS for Ignite?


回答1:


REST API is based on Jetty server, so you need to configure SSL connector and certificates. Please refer [1, 2] for details.

[1] https://apacheignite.readme.io/docs/rest-api#general-configuration [2] https://wiki.eclipse.org/Jetty/Howto/Configure_SSL



来源:https://stackoverflow.com/questions/46981117/apache-ignite-how-to-enable-https-rest-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!