You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`responseQueueTimeSamples(Integer)`: amount of samples kept for queue time metrics, (default: `10`)
90
-
-`compression(Compression)`: the `content-encoding` and `accept-encoding` to use for HTTP requests, possible values are: `NONE`, `DEFLATE`, `GZIP`, (default: `NONE`)
91
-
-`compressionThreshold(Integer)`: the minimum HTTP request body size (in bytes) to trigger compression, (default: `1024`)
92
-
-`compressionLevel`: compression level between 0 and 9, (default: `6`)
93
-
-`serde(ArangoSerde)`: serde to serialize and deserialize user-data
94
-
-`serdeProviderClass(Class<? extends ArangoSerdeProvider>)`: serde provider to be used to instantiate the user-data serde
95
-
-`protocolConfig(ProtocolConfig)`: configuration specific for the used protocol provider implementation
96
-
-`pipelining(Boolean):`: use HTTP pipelining, (`HTTP/1.1` only, default `false`)
83
+
-`sslCertValue(String)`: SSL certificate value as Base64-encoded String
84
+
-`sslAlgorithm(String)`: Name of the SSL Trust manager algorithm (default: `SunX509`)
85
+
-`sslProtocol(String)`: Name of the SSLContext protocol (default: `TLS`)
-`responseQueueTimeSamples(Integer)`: Amount of samples kept for queue time metrics, (default: `10`)
93
+
-`compression(Compression)`: The `content-encoding` and `accept-encoding` to use for HTTP requests, possible values are: `NONE`, `DEFLATE`, `GZIP`, (default: `NONE`)
94
+
-`compressionThreshold(Integer)`: The minimum HTTP request body size (in bytes) to trigger compression, (default: `1024`)
95
+
-`compressionLevel`: Compression level between 0 and 9, (default: `6`)
96
+
-`serde(ArangoSerde)`: Serde to serialize and deserialize user-data
97
+
-`serdeProviderClass(Class<? extends ArangoSerdeProvider>)`: Serde provider to be used to instantiate the user-data serde
98
+
-`protocolConfig(ProtocolConfig)`: Configuration specific for the used protocol provider implementation
99
+
-`pipelining(Boolean):`: Use HTTP pipelining, (`HTTP/1.1` only, default `false`)
97
100
98
101
### HTTP Protocol Provider Configuration
99
102
@@ -134,6 +137,9 @@ The properties read are:
134
137
-`password`
135
138
-`jwt`
136
139
-`useSsl`
140
+
-`sslCertValue`: SSL certificate as Base64-encoded string
0 commit comments