일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- buildconfigfield
- Jetpack
- Android
- Eclipse
- defaultconfig
- Compose
- Chat GPT
- retrofit
- DispatchQueue
- BindingAdapter
- 3rd part
- data binding
- Java
- xcframework
- Kotlin
- VM arguments
- Swift
- AOS
- ndkVersion
- gradle
- 3rd framework
- NDK
- Andorid
- Framework
- Registering an InstanceCreator with Gson for this type may fix this problem
- IOS
- mac
- boot
- EditText
- arm-linux-androideabi
- Today
- Total
목록Eclipse (3)
grape

View ssl detail log at Client Helpful when you have handshake problems. Run Configuations -> arguments tab -> VM arguments SSL Log arguments: -Djavax.net.debug=ssl:handshake:data:verbose:trustmanager Run Configuations

Menu Project >Properties > Gradle Mac jdk PATH /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home eclipse Gradle Setting **JAVA version need to support at Gralde version https://docs.gradle.org/current/userguide/compatibility.html

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 과정에서 세부 로그를 확인 할 수 있다.