01-23-2018, 05:54 PM -
On the console I'm getting the following message:
I have OpenSSL 1.0.0, 1.0.2 and 1.1 installed, so I wonder what that could be.
My libssl.so under /usr/lib/x86_64-linux-gnu was pointing to libssl.so.1.1 so I wondered if RPCS3 isn't compatible with 1.1.x yet and voila a quick
and a restart of RPCS3 and the download was possible.
I then changed the link back to 1.1.x after updating the compatibility database.
RPCS3 should either upgrade to 1.1.x or just refer directly to 1.0.2 if it's not compatible.
Code:
qt.network.ssl: Incompatible version of OpenSSL
I have OpenSSL 1.0.0, 1.0.2 and 1.1 installed, so I wonder what that could be.
My libssl.so under /usr/lib/x86_64-linux-gnu was pointing to libssl.so.1.1 so I wondered if RPCS3 isn't compatible with 1.1.x yet and voila a quick
Code:
sudo ln -s libssl.so.1.0.2 libssl.so
I then changed the link back to 1.1.x after updating the compatibility database.
RPCS3 should either upgrade to 1.1.x or just refer directly to 1.0.2 if it's not compatible.