File tree Expand file tree Collapse file tree
httpclient/src/test/java/org/baeldung/httpclient Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919import org .apache .http .conn .scheme .SchemeRegistry ;
2020import org .apache .http .conn .ssl .NoopHostnameVerifier ;
2121import org .apache .http .conn .ssl .SSLConnectionSocketFactory ;
22- import org .apache .http .conn .ssl .SSLContextBuilder ;
23- import org .apache .http .conn .ssl .SSLContexts ;
2422import org .apache .http .conn .ssl .SSLSocketFactory ;
2523import org .apache .http .conn .ssl .TrustSelfSignedStrategy ;
2624import org .apache .http .conn .ssl .TrustStrategy ;
2927import org .apache .http .impl .client .HttpClientBuilder ;
3028import org .apache .http .impl .client .HttpClients ;
3129import org .apache .http .impl .conn .PoolingClientConnectionManager ;
30+ import org .apache .http .ssl .SSLContextBuilder ;
31+ import org .apache .http .ssl .SSLContexts ;
3232import org .junit .Test ;
3333
3434/**
You can’t perform that action at this time.
0 commit comments