Open ipkpjersi opened 5 years ago
Here is the stacktrace:
Ubuntu has some known issue with SSL and java 10/11 try the fix listed here
Hi,
I tried that fix, it did not work. I also tried about ten other fixes. However, I did find a fix that worked
According to https://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty you can fix it with 3 lines.
sudo bash
/usr/bin/printf '\xfe\xed\xfe\xed\x00\x00\x00\x02\x00\x00\x00\x00\xe2\x68\x6e\x45\xfb\x43\xdf\xa4\xd9\x92\xdd\x41\xce\xb6\xb2\x1c\x63\x30\xd7\x92' > /etc/ssl/certs/java/cacerts
/var/lib/dpkg/info/ca-certificates-java.postinst configure
After this, the program runs as expected. Perhaps you should add a workaround, hundreds of people seem to be reporting that this fixes the issue for them and I imagine Ubuntu with Java 10/11 is going to be a fairly common setup.
Perhaps you should add a workaround
There's not really all that much that I can do. Now that you mention it tho maybe I should throw a page explaining it up on the wiki
I imagine Ubuntu with Java 10/11 is going to be a fairly common setup.
AFAIK these SSL bugs only crop up if you had java 8 installed and then installed java 10/11.
Sorry, I actually meant that you should maybe add a workaround label to this issue.
Ripme version: 1.7.70
Java version: openjdk version "11" 2018-09-25 OpenJDK Runtime Environment (build 11+24-Ubuntu-116.04.1) OpenJDK 64-Bit Server VM (build 11+24-Ubuntu-116.04.1, mixed mode, sharing)
Operating system: Ubuntu 16.04
Exact URL you were trying to rip when the problem occurred: none, although, I can't rip reddit users either now: https://www.reddit.com/user/username nor any other website
Please include any additional information about how to reproduce the problem: Launch the application with Java 11.
Expected Behavior
I expect the program to open without an error and downloads should work.
Actual Behavior
The program opens with an error and it appears I am unable to download anything.