일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Spring
- WebLogic
- Ajax
- 전자정부프레임워크
- iBATIS
- 가우스
- MySQL
- node.js
- jQuery
- swingx
- GPS
- phonegap
- PHP
- Android
- Google Map
- jsr 296
- Struts
- PLSQL
- MFC
- JSON
- sencha touch
- oracle
- Eclipse
- appspresso
- JDOM
- 선택적조인
- rowspan
- dock
- tomcat
- ibsheet
Archives
- Today
- Total
목록SSL (1)
Where The Streets Have No Name
apache httpclient에서 ssl 처리
javax.net.ssl.SSLException: Certificate doesn't match any of the subject alternative names apache httpclient로 ssl을 연동한 연결을 하는 경우 위와 같은 에러가 발생합니다. SSLConnectionSocketFactory scsf = new SSLConnectionSocketFactory( SSLContexts.custom().loadTrustMaterial(null, new TrustSelfSignedStrategy()).build(), NoopHostnameVerifier.INSTANCE) httpclient = HttpClients.custom().setSSLSocketFactory(scsf).build() 버전..
Developement/Java
2020. 10. 8. 01:20