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
- tracing tool
- spring boot hot swapping
- spring cloud load balancer
- spring boot jks
- MySQL
- Spring boot
- jpa auto increment
- intelij spring boot devtools
- high availabillty
- Istio
- spring boot ssl verify skip
- spring boot 2.0 ssl
- sidecar
- Spring Cloud Config
- msa 4.0
- intelij devtools
- spring boot http client
- sidecar patern
- redis ha
- <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 api gateway
- Spring Cloud Bus
- spring cloud zuul
- Distributed Tracing System
- java static resources
- <iframe src="http://erea.tistory.com/attachment/cfile21.uf@997995485B2F785A3292EE.svg"></iframe>
- redis cluster
- kubernates
- Service Mesh
- spring boot ssl
Archives
- Today
- Total
목록spring boot http client (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