Which hostname:port of Bluemix app should be set in acl of Secure Gateway Client -
i make bluemix app access secure gateway client. used "access control list" such following command.
acl allow sampleapp.mybluemix.net
- sampleapp.mybluemix.net bluemix app's fqdn
but got error http503 when executed trx. secure gateway client's log "connection #x destination x.x.x.x:xxx refused due access control list"
which hostname:port of bluemix app should set in acl of secure gateway client ?
secure gateway client interactive command-line interface https://www.ng.bluemix.net/docs/services/securegateway/sg_022.html#sg_009
the hostname use on access control list (acl) allow should actual hostname of on-premises application running, not trying access it. remember acl if allow mutually exclusive, prevent other connections not part of allow acl.
Comments
Post a Comment