WebClientTls (webclient) Configuration

Type: io.helidon.webclient.WebClientTls

Configuration options

Optional configuration options
keytypedefault valuedescription
client.keystore 

Client key store which contains client private key and certificate

server.cipher-suite

string[]

 

List of allowed ciphers. If set, replaces those present by default

server.disable-hostname-verification

boolean

false

Whether this client should perform hostname verification

server.trust-all

boolean

false

Whether this client should trust all certificates

server.truststore 

Trust store which contains trusted certificates. If set, replaces those present by default