- WebClientTls (webclient) Configuration
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
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 |