Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions manual/content/features/casquatchdriver.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ See [Query Options]({{< ref "queryoptions.md" >}}) for more information
| casquatch.advanced.speculative-execution-policy.max-executions = 2 | Maximum number of executions |
| casquatch.advanced.speculative-execution-policy.delay = 500 milliseconds | Delay before reexecuting the query |
| casquatch.advanced.auth-provider.class | PlainTextAuthProvider | Authentication provider |
| casquatch.ssl-engine-factory.class | DefaultSslEngineFactory | SSL Class |
| casquatch.ssl-engine-factory.cipher-suites | [ "TLS_RSA_WITH_AES_128_CBC_SHA", "TLS_RSA_WITH_AES_256_CBC_SHA" ] | Default cipher suites |
| casquatch.ssl-engine-factory.hostname-validation | true | Hostname validation |
| casquatch.ssl-engine-factory.truststore-path | | Path to truststore |
| casquatch.ssl-engine-factory.truststore-password | | Truststore password |
| casquatch.ssl-engine-factory.keystore-path | | Path to Keystore |
| casquatch.ssl-engine-factory.keystore-password | | Keystore password |
| casquatch.advanced.ssl-engine-factory.class | DefaultSslEngineFactory | SSL Class |
| casquatch.advanced.ssl-engine-factory.cipher-suites | [ "TLS_RSA_WITH_AES_128_CBC_SHA", "TLS_RSA_WITH_AES_256_CBC_SHA" ] | Default cipher suites |
| casquatch.advanced.ssl-engine-factory.hostname-validation | true | Hostname validation |
| casquatch.advanced.ssl-engine-factory.truststore-path | | Path to truststore |
| casquatch.advanced.ssl-engine-factory.truststore-password | | Truststore password |
| casquatch.advanced.ssl-engine-factory.keystore-path | | Path to Keystore |
| casquatch.advanced.ssl-engine-factory.keystore-password | | Keystore password |
| casquatch.profiles.ddl.basic.request.timeout | 2 seconds | Provides a DDL profile with greater timeout |

## Debugging
To enable debug logging and dump configured properties to the log, please enable the following:
com.tmobile.opensource.casquatch.ConfigLoader=DEBUG
com.tmobile.opensource.casquatch.ConfigLoader=DEBUG