哪个 hostname:port 的 Bluemix 应用程序应该在 Secure Gateway Client 的 acl 中设置
Which hostname:port of Bluemix app should be set in acl of Secure Gateway Client
我只想让我的 Bluemix 应用程序访问我的 Secure Gateway 客户端。我用了"Access control list"比如下面的命令
acl allow sampleapp.mybluemix.net
- sampleapp.mybluemix.net 是我的 Bluemix 应用程序的 FQDN
但是当我执行trx 时出现HTTP503 错误。 Secure Gateway 客户端的日志是 "Connection #X to destination X.X.X.X:XXX refused due to Access Control List"
Bluemix 应用程序的哪个 hostname:port 应该设置在 Secure Gateway Client 的 acl 中?
Secure Gateway 客户端交互式命令行界面
https://www.ng.bluemix.net/docs/services/SecureGateway/sg_022.html#sg_009
访问控制列表 (ACL) 允许使用的主机名应该是本地应用程序所在的实际主机名 运行,而不是试图访问它的主机名。请记住 ACL if allow 是互斥的,因此它将阻止不属于允许 ACL 的所有其他连接。
我只想让我的 Bluemix 应用程序访问我的 Secure Gateway 客户端。我用了"Access control list"比如下面的命令
acl allow sampleapp.mybluemix.net
- sampleapp.mybluemix.net 是我的 Bluemix 应用程序的 FQDN
但是当我执行trx 时出现HTTP503 错误。 Secure Gateway 客户端的日志是 "Connection #X to destination X.X.X.X:XXX refused due to Access Control List"
Bluemix 应用程序的哪个 hostname:port 应该设置在 Secure Gateway Client 的 acl 中?
Secure Gateway 客户端交互式命令行界面 https://www.ng.bluemix.net/docs/services/SecureGateway/sg_022.html#sg_009
访问控制列表 (ACL) 允许使用的主机名应该是本地应用程序所在的实际主机名 运行,而不是试图访问它的主机名。请记住 ACL if allow 是互斥的,因此它将阻止不属于允许 ACL 的所有其他连接。