com.networknt:client
Advanced tools
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
+7
-15
@@ -5,16 +5,8 @@ # This is the configuration file for Http2Client. | ||
| tls: | ||
| # if the server is using self-signed certificate, this need to be false. If true, you have to use CA signed certificate | ||
| # or load truststore that contains the self-signed cretificate. | ||
| # if the server is using self-signed certificate, this need to be false. If true, you have to use CA signed certificate or load | ||
| # truststore that contains the self-signed certificate. | ||
| verifyHostname: ${client.verifyHostname:true} | ||
| # The default trustedNames group used to created default SSL context. This is used to create Http2Client.SSL if set. | ||
| defaultGroupKey: ${client.defaultGroupKey:trustedNames.local} | ||
| # trusted hostnames, service names, service Ids, and so on. | ||
| # Note: localhost and 127.0.0.1 are not trustable hostname/ip in general. So, these values should not be used as trusted names in production. | ||
| trustedNames: | ||
| local: localhost | ||
| negativeTest: invalidhost | ||
| empty: | ||
| # indicate of system load default cert. | ||
| loadDefaultTrustStore: ${client.loadDefaultTrustStore:false} | ||
| # trust store contains certifictes that server needs. Enable if tls is used. | ||
| loadDefaultTrustStore: ${client.loadDefaultTrustStore:true} | ||
| # trust store contains certificates that server needs. Enable if tls is used. | ||
| loadTrustStore: ${client.loadTrustStore:true} | ||
@@ -25,3 +17,3 @@ # trust store location can be specified here or system properties javax.net.ssl.trustStore and password javax.net.ssl.trustStorePassword | ||
| trustStorePass: ${client.trustStorePass:password} | ||
| # key store contains client key and it should be loaded if two-way ssl is uesed. | ||
| # key store contains client key and it should be loaded if two-way ssl is used. | ||
| loadKeyStore: ${client.loadKeyStore:false} | ||
@@ -49,7 +41,7 @@ # key store location | ||
| capacity: ${client.tokenCacheCapacity:200} | ||
| # The scope token will be renewed automatically 1 minutes before expiry | ||
| # The scope token will be renewed automatically 1 minute before expiry | ||
| tokenRenewBeforeExpired: ${client.tokenRenewBeforeExpired:60000} | ||
| # if scope token is expired, we need short delay so that we can retry faster. | ||
| expiredRefreshRetryDelay: ${client.expiredRefreshRetryDelay:2000} | ||
| # if scope token is not expired but in renew windown, we need slow retry delay. | ||
| # if scope token is not expired but in renew window, we need slow retry delay. | ||
| earlyRefreshRetryDelay: ${client.earlyRefreshRetryDelay:4000} | ||
@@ -56,0 +48,0 @@ # token server url. The default port number for token service is 6882. If this is set, |
| #Generated by Maven | ||
| #Mon Apr 10 09:19:43 EDT 2023 | ||
| #Fri Apr 14 21:12:28 EDT 2023 | ||
| groupId=com.networknt | ||
| artifactId=client | ||
| version=2.1.11 | ||
| version=2.1.12 |
@@ -24,3 +24,3 @@ <!-- | ||
| <artifactId>light-4j</artifactId> | ||
| <version>2.1.11</version> | ||
| <version>2.1.12</version> | ||
| <relativePath>../pom.xml</relativePath> | ||
@@ -27,0 +27,0 @@ </parent> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet