From: Jennewein, D. M <Dou...@us...> - 2008-10-15 18:10:58
|
Thanks, Sriram. It looks like that did the trick. -----Original Message----- From: Sriram Krishnan [mailto:sr...@sd...] Sent: Monday, October 13, 2008 6:48 PM To: Jennewein, Douglas M Cc: opa...@li... Subject: Re: [Opaltoolkit-users] Accessing opal over https Hi Doug, I added a patch to do this into SVN. You can get the latest Java source here: http://opaltoolkit.svn.sourceforge.net/viewvc/opaltoolkit/trunk/opal/opa l-core/src/edu/sdsc/nbcr/opal/GenericServiceClient.java?revision=287 . You can use this file to replace your src/edu/sdsc/nbcr/opal/ GenericServiceClient.java. To get the https to work, you will have to do the following: * keytool -import -alias testx -trustcacerts -file rio.usd.edu I am also attaching the rio.usd.edu file, which is the public key for your server. Now you can recompile Opal, and access your https service using another additional flag "-m" as follows: * ant jar * java -Djavax.net.ssl.trustStore=$HOME/.keystore edu.sdsc.nbcr.opal.GenericServiceClient -l https://rio.usd.edu/opal/services/GeneSeqer -r getAppMetadata -m Let me know if you have any problem with this. The next release version of Opal will contain this patch, along with the required documentation. Cheers, Sriram |