curl: (56) Recv failure: Connection reset by peer #11
Unanswered
carlosd-29
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Suspected this might have been due to running on CentOS or some issue with my environment so I ran it through a docker container with Ubuntu:20.04 and that worked fine |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Going through this quick start guide for jakarta: https://docs.edgexfoundry.org/2.1/getting-started/quick-start/ and I can see that everything is up and running:
But when I try to check if virtual device is connected properly with:
curl http://localhost:59880/api/v2/event/device/name/Random-Integer-Device
I get the following error:
curl: (56) Recv failure: Connection reset by peer
Beta Was this translation helpful? Give feedback.
All reactions