BetterCloud / vault-java-driver

Zero-dependency Java client for HashiCorp's Vault
https://bettercloud.github.io/vault-java-driver/
334 stars 224 forks source link

Better SSL configuration #246

Open tristantarrant opened 3 years ago

tristantarrant commented 3 years ago

Since constructing an SSLContext is quite complex, and it may never be possible to cover all aspects, we should allow supplying a custom SSLContext to SslConfig. Additionally, it should be possible to tell SslConfig to use a custom security provider.