manusa / yakc

Yet another Kubernetes Client - Lower level Java REST client for Kubernetes API
https://blog.marcnuri.com/tag/yakc/
Apache License 2.0
44 stars 11 forks source link

Support for certificate chains #10

Closed manusa closed 4 years ago

manusa commented 4 years ago

Fix, SSL trust manager only supports the first certificate in the chain.

https://github.com/manusa/yakc/blob/8d2ae6442616a5ac4210aa8660d394c821fad6c9/kubernetes-client/src/main/java/com/marcnuri/yakc/config/OkHttpClientConfigurator.java#L70

Relates to: