exasol / bucketfs-java

Bucket FS client library in Java
MIT License
4 stars 1 forks source link

Support TLS #35

Closed redcatbear closed 2 years ago

redcatbear commented 3 years ago

Situation

BucketFS support TLS and in production using encryption is important. The library should support that feature.

Situation

  1. BucketFS Java supports TLS
  2. Handbook updated to explain preconditions (like where the certificates come from)
kaklakariada commented 3 years ago

It's possible to load custom certificates into a KeyStore: https://stackoverflow.com/questions/18513792/using-sslcontext-with-just-a-ca-certificate-and-no-keystore

This is blocked by https://github.com/exasol/exasol-testcontainers/issues/159