TritonDataCenter / java-manta

Java Manta Client SDK
Mozilla Public License 2.0
16 stars 26 forks source link

Allow completely disabling TLS cert verification for testing #510

Closed cburroughs closed 5 years ago

cburroughs commented 5 years ago

This is equivalent to MANTA_TLS_INSECURE in node-manta.

ref #509

indianwhocodes commented 5 years ago

Maybe add one more line in the ChainedConfigContextTest class here to verify that the default value (false) for our newly introduced config. parameter tlsInsecure() won't overwrite if value is supplied in context