启用 Geode REST 同时使用 HTTP 和 HTTPS

Enable Geode REST to use HTTP and HTTPS at the same time

如果我们将 Geode 属性设置为 use ssl for web 那么这意味着我们必须对所有网络流量使用 HTTPS。有没有办法配置 Geode,以用于开发目的,在一个端口 (8080) 上使用 HTTP,在另一个端口 (8443) 上使用 HTTPS?

看起来像Jetty can be configured to allow both using multiple connectors, even on the same port...

很遗憾,目前无法做到这一点。我建议尝试使用不同的 SSL 设置(关闭或打开)启动各种组件(定位器和服务器)的不同实例以进行测试。