Suddenly I am getting this error on most of my APIs.
Any help will be appreciated.
I am trying to hit GET and POST APIs. Both are giving me this curl
issue:
“exception”: “GuzzleHttpExceptionConnectException”,
“message”: “cURL error 7: Failed to connect to 51.104.35.223 port 80: Connection refused (see
https://curl.haxx.se/libcurl/c/libcurl-errors.html) for
http://51.104.35.223/Patient?identifier=1313131313”,“file”: “/var/app/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php”,
“line”: 210,
“trace”: “#0 /var/app/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(158):
GuzzleHttpHandlerCurlFactory::createRejection(Object(GuzzleHttpHandlerEasyHandle),
Array)n#1
/var/app/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(110):
Environment:
- DOCKER_COMPOSE_USER_ID=${DOCKER_COMPOSE_USER_ID}
- DOCKER_COMPOSE_USER_GROUP_ID=${DOCKER_COMPOSE_USER_GROUP_ID}
ports:
- "8599:80" # Accessible from http://localhost within the host machine
Shailza Rani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.