그 외

[pgAdmin][Error] FATAL: connection requires a valid client certificate

swotato 2025. 9. 16. 13:09

에러

pgAdmin을 이용하여, 서버에서 실행 중인 postgresql DB 원격 접속 시도.

IP 주소, 포트번호 등 설정 및 접속에 필요한 파일 모두 유효한데도 아래와 같은 에러 메시지 발생. 

환경: 윈도우 window, pgAdmin4

에러 메시지:

Unable to connect to server: connectoin failed: connection to server at "IP 주소", port 5432 failed: FATAL: connection requires a valid client certificate

해결

파일 경로에 있던 한글을 영어로 수정

'그 외' 카테고리의 다른 글

[langchain] document loader  (0) 2025.09.15
[JS] 제네레이터와 비동기 이터레이션  (0) 2025.09.08
[JS] 프라미스와 async, await 정리  (0) 2025.09.08
[Git] 기초  (0) 2025.09.03