-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I am currently evaluating the vs code plugin. As we have a lot of DB2 Connections, I need to use SSL and a special ca in it.
I would need a method to set the keystore/truststore or use the windows system keystore.
I tried putting the location of the truststore into the connectionstring, but this didn't work:
jdbc:db2://server:55000/database:sslConnection=true;sslKeyStoreType=jks;sslKeyStoreLocation=c:/temp/truststore.jks;sslKeyStorePassword=changeit
If I try a database without ssl the plugin works fine.
I am not sure, if I just missed something or did something wrong in the configuration.
Please let me know if you have a workaround.
Thanks
Peter
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels