[ https://jira.fiware.org/browse/HELP-9526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fernando Lopez deleted HELP-9526: --------------------------------- > [fiware-stackoverflow] How to configure the Fiware PEP WILMA proxy to use a Keyrock and Orion instance on my own servers > ------------------------------------------------------------------------------------------------------------------------ > > Key: HELP-9526 > URL: https://jira.fiware.org/browse/HELP-9526 > Project: Help-Desk > Issue Type: Monitor > Reporter: Backlog Manager > Labels: fiware, fiware-orion, fiware-wilma > > Created question in FIWARE Q/A platform on 14-04-2015 at 15:04 > {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/29628531/how-to-configure-the-fiware-pep-wilma-proxy-to-use-a-keyrock-and-orion-instance > +Question:+ > How to configure the Fiware PEP WILMA proxy to use a Keyrock and Orion instance on my own servers > +Description:+ > I've spent most of the day trying to configure the Fiware PEP proxy Wilma to secure an Orion Context Broker i have running on a development server. The documentation here: http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/PEP_Proxy_-Wilma-_Installation_and_Administration_Guide is not clear. > Here is my setup: > A Fiware Keyrock instance running on server1, port 3000 > A PEP Proxy running on server 1 > An Orion Context Broker running on server2, port 1026 > The manual states to edit the config.js script. Here is what i changed (Stackoverflow prevents me from entering url's so replace http.. with http:) > config.account_host = 'http..//localhost:3000'; > config.keystone_host = 'http..//server1'; > config.keystone_port = 3000; > config.app_host = 'server2'; > config.app_port = '1026'; > config.username = '***** username of the user in Keyrock *****'; > config.password = '***** password of the user in Keyrock *****'; > Here is the error > ~/fi-ware-pep-proxy$ node server.js > express deprecated app.configure: > Check app.get('env') in an if statement server.js:30:5 Starting PEP proxy. Keystone authentication ... Error in keystone communication > Error: getaddrinfo ENOTFOUND > at errnoException (dns.js:37:11) > at Object.onanswer [as oncomplete] (dns.js:124:16) > My Orion and Keyrock instances are up and running. I can query them with curl or a browser. > I really have no idea what i should be filling in the config.js to get this set up. -- This message was sent by Atlassian JIRA (v6.4.1#64016)
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy