11-02 10:21
Notice
Recent Posts
Recent Comments
11-02 10:21
«   2025/11   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30
Archives
Today
Total
관리 메뉴

pear

[JAVA] debug option 본문

dev/java

[JAVA] debug option

pearlab 2022. 8. 26. 15:46

Eclipse의 경우

run configurations -> Arguments -> VM arguments 에 입력하여 사용할 수 있다.

VM arguments

 

 java -Djavax.net.debug=all
 java -Djavax.net.debug=ssl
 java -Djavax.net.debug=ssl:record:plaintext
 java -Djavax.net.debug=ssl:handshake:data:verbose:trustmanager

서버에서 인증서 정보에 이슈가 있을 경우 

handshake 과정에서 세부 로그를 확인 할 수 있다.