다음 로컬 api 키워드검색시 오류

다음 로컬 API중 키워드로 장소검색 API를 사용해서 로컬검색을 했었습니다.
예전에 작성한코드에서는 이상없이 돌아 가던건데 현재는 아래와 같은 에러가 리턴이 되네요
즉 nginx쪽에서 502에러가 발생한거 같은데요
https://apis.daum.net/local/v1/search/keyword.json API를 이용했습니다.

참고로, 브라우저에서 해당 URL은 오류없가 없습니다.
작업은 서버에서 curl을 이용해서 가져옵니다만, 이것이 이전에는 문제가 되지 않았었거든요…

HTTP/1.1 502 Bad Gateway
Server: nginx
Date: Tue, 17 Oct 2017 15:21:42 GMT
Content-Type: text/html
Content-Length: 537
Connection: keep-alive
ETag: "590006b9-219"

<!DOCTYPE html>
<html>
<head>
<title>Error</title>
<style>
    body {
        width: 35em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }
</style>
</head>
<body>
<h1>An error occurred.</h1>
<p>Sorry, the page you are looking for is currently unavailable.<br/>
Please try again later.</p>
<p>If you are the system administrator of this resource then you should check
the <a href="http://nginx.org/r/error_log">error log</a> for details.</p>
<p><em>Faithfully yours, nginx.</em></p>
</body>
</html>

안녕하세요,

Daum Developers 키를 사용하신다면,

Kakao Developers 키를 사용하신다면,
https://developers.kakao.com/docs/restapi/local#키워드-검색

를 참고하셔서 다시 한번 해보시겠어요?

감사합니다.