일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- window
- Java
- SQL
- 공정능력
- plugin
- GIT
- Android
- es6
- NPM
- Kotlin
- MSSQL
- Sqoop
- R
- IntelliJ
- SPC
- JavaScript
- Express
- Python
- react
- hadoop
- Eclipse
- vaadin
- tomcat
- xPlatform
- mapreduce
- 보조정렬
- SSL
- mybatis
- table
- Spring
- Today
- Total
목록SSL (3)
DBILITY

intellij IDEA자체 update건 plugin update건 위와 같은 메시지를 보이면 안된다.혹시 vm options에 -Djsse.enableSNIExtension=false이 들어 있다면 제거
hostname verifier에러에 그냥 구글 검색으로 대응했다. 기록해 두자. try { URL url = new URL(requestURL); TrustManager[] trustAllCerts = new TrustManager[] { new X509TrustManager() { public java.security.cert.X509Certificate[] getAcceptedIssuers() { return null; } public void checkClientTrusted(X509Certificate[] certs, String authType){ } public void checkServerTrusted(X509Certificate[] certs, String authType) { } } }..
OpenSSL설치 http://slproweb.com/products/Win32OpenSSL.html Win32/Win64 OpenSSL Installer for Windows - Shining Light Productions Minimum system requirements: Windows XP or later 32MB RAM 200MHz CPU 30MB hard drive space Recommended system requirements: Windows XP or later 128MB RAM 500MHz CPU 300MB hard drive space September 9, 2021 - OpenSSL 3.0 is available. Users should currently slproweb.com c..