Apache nifi NiFi 1.3.X安全群集设置问题:HTTPS错误主机名错误应为:<;我的ip地址>;

Apache nifi NiFi 1.3.X安全群集设置问题:HTTPS错误主机名错误应为:<;我的ip地址>;,apache-nifi,Apache Nifi,我按照以下文章(以及其他文章)设置了安全群集: 但我附加了下面的错误 nifi.properties #站点到站点属性 nifi.remote.input.host=nifibizruntime.com nifi.remote.input.secure=true nifi.remote.input.socket.port=10443 nifi.remote.input.http.enabled=true nifi.remote.input.http.transaction.ttl=30秒

我按照以下文章(以及其他文章)设置了安全群集:

但我附加了下面的错误

nifi.properties

#站点到站点属性
nifi.remote.input.host=nifibizruntime.com
nifi.remote.input.secure=true
nifi.remote.input.socket.port=10443
nifi.remote.input.http.enabled=true
nifi.remote.input.http.transaction.ttl=30秒
#网络属性
nifi.web.war.directory=./lib
nifi.web.http.host=
nifi.web.http.port=
nifi.web.http.network.interface.default=
nifi.web.https.host=nifibizruntime.com
nifi.web.https.port=9443
nifi.web.https.network.interface.default=
nifi.web.jetty.working.directory=./work/jetty
nifi.web.jetty.threads=200
nifi app.log
文件中的错误:

com.sun.jersey.api.client.clienthandler异常:java.io.IOException:HTTPS主机名错误:应为
位于com.sun.jersey.client.urlconnection.URLConnectionClientHandl‌​er.handle(URLConnect)‌​伊恩克莱恩汉德勒‌​a:155)
位于com.sun.jersey.api.client.client.handle(client.java:652)
...

密钥库和/或信任库中的证书似乎有问题

如果通过主机名连接服务器,则必须为主机名提供证书


如果使用生成主证书,则可以使用
-ext SAN=dns:myhostname,ip:1.2.3.4
参数

能否从
nifi.properties
提供参数
nifi.remote.*
nifi.web.*
?Hello@daggett#站点到站点属性nifi.remote.input.host=nifibizruntime.com nifi.remote.input.secure=true nifi.remote.input.socket.port=10443 nifi.remote.input.http.enabled=truenifi.remote.input.http.transaction.ttl=30秒#web属性#nifi.web.war.directory=./lib nifi.web.http.host=nifi.web.http.port=nifi.web.http.interface.default=nifi.web.https.host=nifibizruntime.com nifi.web.https.port=9443 nifi.web.https.network.interface.default=nifi.web.jetty.working.directory=./work/jettynifi.web.jetty.threads=200
nifibizruntiem.com
-这是服务器可以解析为ip地址的有效主机名吗?@daggett是它的有效主机名。。我已经交叉验证(我已经配置了本地实验室),即使我提供了IP地址,它也可以通过网络到达。但是得到同样的错误