본문 바로가기
Development/Web Develope

[WEB] Postman 사용 시 Could not get any response. 에러메시지

by 버들도령 2022. 10. 23.
728x90

[WEB] Postman 사용 시 Could not get any response. 에러메시지

 

 

Could not get any response

There was an error connecting to https://###.###.###.###/Your working URL.

Why this might have happened:

  • The server couldn't send a response: Ensure that the backend is working properly
  • Self-signed SSL certificates are being blocked: Fix this by turning off 'SSL certificate verification' in Settings > General
  • Proxy configured incorrectly Ensure that proxy is configured correctly in Settings > Proxy
  • Request timeout: Change request timeout in Settings > General

 

해결방법 1 : Self-signed SSL certificates are being blocked: Fix this by turning off 'SSL certificate verification' in Settings > General

Postman 실행 화면의 오른쪽 메뉴바에 보시면 스패너 모양의 아이콘이 보이실 겁니다.
그게 Postman의 SETTINGS(설정) 메뉴인데요.
클릭하셔서, 아래의 이미지처럼 "SSL certificate verification"의 값을 ON ▶ OFF 로 설정을 변경해주세요.
위에서 언급한 해결 방법중에 아래에 해당하는 것입니다.

  • Self-signed SSL certificates are being blocked: Fix this by turning off 'SSL certificate verification' in Settings > General

 

해결방법 2 : Proxy configured incorrectly Ensure that proxy is configured correctly in Settings > Proxy

위에서 SSL certificate verification 설정을 변경하신 후 테스트 했는데도 동일한 오류가 발생한다면, 아래의 Proxy 설정을 ON ▶ OFF 설정하신 후 다시 테스트 해보시기 바랍니다.
이 방법이 해결 방법중에 아래에 해당하는 것입니다.

  • Proxy configured incorrectly Ensure that proxy is configured correctly in Settings > Proxy

이것도 안되신다면.. 다른 이유일 것입니다. ^^;;;

만약에... 위의 SETTINGS 화면에서 "SSL certificate verification" 설정이나 Proxy 메뉴가 보이지 않는다면 사용하시는 Postman의 버전이 Old version인 경우 입니다.
위에서 설명한 Postman의 버전 정보는 Version 7.22.1 입니다.

자신이 사용하는 버전이 Old Version 인 경우는 아래의 링크로 접속하셔서 최신 버전을 다운로드/설치 하셔서 사용하시기 바랍니다.


Get Postman for Windows

Join 10 million developers and download the ONLY complete API Development Environment. https://www.postman.com/downloads/

 

Postman | The Collaboration Platform for API Development

Simplify workflows and create better APIs – faster – with Postman, a collaboration platform for API development.

www.postman.com

 

Postman - Export data

최신 버전의 Postman을 설치하시려면, 다음과 같이 기존에 사용하시던 작업 Collections들을 모두 백업 받으시기 바랍니다.
백업 방법은 간단합니다.

SETTING > Data > Export data. Download

 

Postman - Import data

기존에 사용하시던 작업 Collections들을 백업 받으셨다면, Import도 해야겠지요.
Import 방법도 간단합니다.

SETTING > Data > Import data. 파일 선택

 

 

728x90

댓글