From: Stephen M. <ste...@gm...> - 2010-07-06 18:50:00
|
I am trying to use SQuirreL to connect to SSL With Oracle JDBC Thin Driver: http://www.oracle.com/technology/tech/java/sqlj_jdbc/pdf/wp-oracle-jdbc_thin_ssl.pdf I have java code working. The code requires extra properties to be set - props.setProperty( "javax.net.ssl.trustStore", "/tmp/cwallet.sso" ); - props.setProperty( "javax.net.ssl.trustStoreType", "SSO" ); how can I set these properties in the SQuirreL GUI ? It also requires ojpse.jar and oraclepki.jar to be in the classpath. Where would be the best location to put these jars to enable SQuirreL to connect to Oracle using SSL ? -Thanks Stephen More |