I believe java 7 shouldn't have the specific problem I described, but java 6 could (depending on patchlevel, and if it's oracle/openjdk/ibm java?).
I believe java 7 shouldn't have the specific problem I described, but java 6 could (depending on patchlevel, and if it's oracle/openjdk/ibm java?).
Yes. I'm still using that version of Java.
I deleted (renamed) the old easyfax.xml and, unlike certain others, get the same stack trace trying to download the XML file.
I copied the xml file I downloaded with my browser to the data directory and KoLmafia read that successfully, at least.
Ph'nglui mglw'nafh Cthulhu
R'lyeh wgah-nagl fhtagn.
I recently upgraded my computer and tried running Eclipse for the first time - and am told that I "need to install Legacy Java 1.6" in order to do so. So, I upgraded Eclipse and am now trying to get back up to speed with my KoLmafia workspace so I can try debugging this.
Ph'nglui mglw'nafh Cthulhu
R'lyeh wgah-nagl fhtagn.
I am now getting it on Java 8 131. I can post a debug log if needed. I think my previous was because I manually downloaded the file.
Hm.
Per http://stackoverflow.com/questions/3...o-a-https-site --
ssllabs indicates that sourceforge.net only supports the following cipher suites:Java crypto has a crock dating back to the 1990s when the US government severely restricted export of crypto software, and as a result the JRE (or JDK) as distributed by then-Sun now-Oracle does not permit use of 256-bit symmetric encryption
i.e., all of them are 256-bit.Cipher Suites
# TLS 1.2 (suites in server-preferred order)
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (0xc014) ECDH secp256r1 (eq. 3072 bits RSA) FS 256
TLS_RSA_WITH_AES_256_CBC_SHA (0x35) 256
TLS_RSA_WITH_AES_256_CBC_SHA256 (0x3d) 256
So yeah, basically I'm an outlier because I'm running OpenJDK on Linux, which has no such restrictions. Neat.
If you read on it says to do the following to fix it : You must download and install the "JCE Unlimited Strength Jurisdiction Policy Files" for your Java (major) version; 8 is at http://www.oracle.com/technetwork/ja...d-2133166.html . The README in the file gives longwinded details, but basically you replace two tiny jar files in JRE/lib/security.
That does work.
It's a shame that sourceforge insists on using non-exportable security.
Ph'nglui mglw'nafh Cthulhu
R'lyeh wgah-nagl fhtagn.