From: Dennis B. <Den...@gm...> - 2010-07-22 15:20:58
|
Hi Steve! -------- Original-Nachricht -------- > Datum: Thu, 22 Jul 2010 10:56:08 -0400 > Von: Stephen More <ste...@gm...> > An: Robert Manning <rob...@gm...> > CC: squ...@li... > Betreff: Re: [Squirrel-sql-users] SSL With Oracle JDBC Thin Driver > I have been able to successfully connect to Oracle over SSL using > squirrel. > > I did modify the start scrip to include: > -Djavax.net.ssl.trustStore=/tmp/cwallet.sso > -Djavax.net.ssl.trustStoreType=SSO > > The limitation is that I can only connect to 1 SSL Oracle at a time. > This requires me to have multiple startup scripts. > [...] <disclaimer> I have no Oracle with SSL at hand and I didn't follow the whole thread! </disclaimer> Wouldn't it work if you added the certificates for all SSL Oracles to your cwallet.sso trust store? Regards, Dennis Benzinger |