telefonicaid / fiware-orion

Context Broker and CEF building block for context data management, providing NGSI interfaces.
https://github.com/telefonicaid/fiware-orion/blob/master/doc/manuals/orion-api.md
GNU Affero General Public License v3.0
212 stars 265 forks source link

Connection reset by peer in Orion curl command #3692

Open achandana opened 4 years ago

achandana commented 4 years ago

We have pulled and ran orion docker image in EC2 instace and we are using AWS documentdb authentication instead of mongodb. While hitting the healthcheck url : curl http://localhost:1026/version we are getting Connection reset by peer curl exception.

root:~# curl http://localhost:1026/version curl: (56) Recv failure: Connection reset by peer root:~# Anyone please help on this issue.

fgalan commented 4 years ago

Not sure of this issue, but it seems related with your setup (docker, AWS, network, etc.), not with Orion itself.