Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Spring boot
- sidecar
- spring cloud zuul
- spring boot ssl verify skip
- redis cluster
- Service Mesh
- spring cloud api gateway
- Spring Cloud Bus
- sidecar patern
- <iframe src="http://erea.tistory.com/attachment/cfile21.uf@997995485B2F785A3292EE.svg"></iframe>
- tracing tool
- spring boot jks
- redis ha
- intelij devtools
- MySQL
- kubernates
- java static resources
- Distributed Tracing System
- Istio
- msa 4.0
- jpa auto increment
- Spring Cloud Config
- spring boot hot swapping
- spring boot ssl
- intelij spring boot devtools
- spring boot http client
- spring boot 2.0 ssl
- high availabillty
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <rect x="10" y="10" height="100" width="100" style="stroke:#ff0000; fill: #0000ff"/> </svg>
- spring cloud load balancer
Archives
- Today
- Total
목록spring boot 2.0 ssl (1)
erea
spring boot http client ssl 체크 패스하기
내부 테스트서버나 로컬에서 ssl 통신을 할때 유용하다. httpClientConfig.java@Configuration public class HttpClientConfig { @Bean public RestTemplate restTemplate() throws KeyStoreException, NoSuchAlgorithmException, KeyManagementException { TrustStrategy acceptingTrustStrategy = (X509Certificate[] chain, String authType) -> true; SSLContext sslContext = org.apache.http.ssl.SSLContexts.custom() .loadTrustMaterial(null,..
dev/spring boot
2018. 6. 25. 00:17