[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 - Export data |
최신 버전의 Postman을 설치하시려면, 다음과 같이 기존에 사용하시던 작업 Collections들을 모두 백업 받으시기 바랍니다.
백업 방법은 간단합니다.
SETTING > Data > Export data. Download
Postman - Import data |
기존에 사용하시던 작업 Collections들을 백업 받으셨다면, Import도 해야겠지요.
Import 방법도 간단합니다.
SETTING > Data > Import data. 파일 선택
'Development > Web Develope' 카테고리의 다른 글
크롬에서 드래그 방지 해제하기 (Draggable Check) (0) | 2023.06.26 |
---|---|
Apache-Tomcat에서의 웹 페이지 확장자 변경 (0) | 2023.05.13 |
웹 취약점(TLS, SSL Protocol) 조치 방법(apache, Tomcat, JBoss, NginX, WebLogic) (0) | 2022.09.22 |
크롬 개발자 도구 - 단축키 모음 (Chrome Development Tools - Shortcuts) (0) | 2022.08.30 |
[용어 정의] GNB, LNB, SNB, FNB. 영역별 네비게이션 메뉴 바의 정의 (0) | 2022.05.24 |
댓글