View Revisions: Issue #6663
Summary | 0006663: merchant query to exchange (request_keys) does not work | ||
---|---|---|---|
Revision | 2021-01-29 22:50 by Christian Grothoff | ||
Steps To Reproduce | docker build -t taler/base base docker build -t taler/exchange exchange docker build -t taler/merchant merchant docker run -it --entrypoint=/bin/ash --volume $PWD/merchant-test.conf:/root/.config/taler.conf taler/merchant ~ # nc -vvv -l -p 8282 ``` listening on [::]:8282 ... connect to [::ffff:127.0.0.1]:8282 from localhost:46920 ([::ffff:127.0.0.1]:46920) ``` expecting to see something like ``` listening on [::]:8282 ... connect to [::ffff:172.17.0.2]:8282 from [::ffff:172.17.0.1]:47744 ([::ffff:172.17.0.1]:47744) GET /keys HTTP/1.1 Host: localhost:8282 User-Agent: curl/7.58.0 Accept: */* ``` |
||
Revision | 2020-12-08 13:51 by sebasjm | ||
Steps To Reproduce | docker build -t taler/base base docker build -t taler/exchange exchange docker build -t taler/merchant merchant docker run -it --entrypoint=/bin/ash --volume $PWD/merchant-test.conf:/root/.config/taler.conf taler/merchant ~ # nc -vvv -l -p 8282 ``` listening on [::]:8282 ... connect to [::ffff:127.0.0.1]:8282 from localhost:46920 ([::ffff:127.0.0.1]:46920) ``` expecting to see something like ``` listening on [::]:8282 ... connect to [::ffff:172.17.0.2]:8282 from [::ffff:172.17.0.1]:47744 ([::ffff:172.17.0.1]:47744) GET /keys HTTP/1.1 Host: localhost:8282 User-Agent: curl/7.58.0 Accept: */* ``` |