alternative JCE providers?
Peter Schober
peter.schober at univie.ac.at
Wed Sep 16 09:30:39 EDT 2015
* Peter Schober <peter.schober at univie.ac.at> [2015-09-16 15:02]:
> * Misagh Moayyed <mmoayyed at unicon.net> [2015-09-16 14:07]:
> > If you wish to automate the process, would something like this help?
[...]
> wget --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip
For curl that's:
curl -s -O -L --cookie "oraclelicense=accept-securebackup-cookie" \
http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip
>From there you're sent to
https://edelivery.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip
and then back to the above URL with an 'AuthParam' request parameter.
Starting at edelivery.oracle.com also seems to work (and saves one hop).
-peter
More information about the users
mailing list