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
{{ message }}
This repository was archived by the owner on Mar 31, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -68,14 +68,14 @@ To setup a connection, the driver requires a JDBC connection URL. The connection
68
68
| trustStoreType | type of the truststore | valid truststore type recognized by available Java security providers | JKS |
69
69
| trustStorePassword | password to access the Trust Store | any string |`null`|
70
70
| keyStoreLocation | location of the SSL/TLS keystore to use | file path or URL as appropriate to the type of keystore |`null`|
71
-
| keyStoreType | type of the keystore | valid keystore type recognixed by available Java security providers | JKS |
71
+
| keyStoreType | type of the keystore | valid keystore type recognized by available Java security providers | JKS |
72
72
| keyStorePassword | password to access the keystore | any string |`null`|
73
73
| trustSelfSigned | shortcut way to indicate that any self-signed certificate should be accepted. A truststore is not required to be configured. |`true` or `false`|`false`|
74
74
| hostnameVerification | indicate whether certificate hostname verification should be performed when using SSL/TLS |`true` or `false`|`true`|
75
75
76
76
### Connecting using the DriverManager interface
77
77
78
-
The main Driver class is `Driver`. If the driver jar is on the application classpath, no other configuration is required.
78
+
The main Driver class is `com.amazon.opendistroforelasticsearch.jdbc.Driver`. If the driver jar is on the application classpath, no other configuration is required.
79
79
80
80
Code samples to open a connection for some typical scenarios are given below:
0 commit comments