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"

enter image description here

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

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -