RPCS3 Forums

Full Version: rpcs3 SSL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
E Can not retrieve the online database! Please make sure your system supports SSL.

is this funktion not ready? Or is it for the Future ?

I see it when i`m clikcing the Right Mouse button on a Game

The last Point " DOWNLOAD COMPATIBILTY DATABASE "

Is the error on my site or what can i do ?


I have a Internet Connection here from Vodafone in Germany ( Berlin ) 400 Mbit/s --25 Mbit/s and the Modem / Router is W-Lan Router Compal Ch7466CE

and I have no plan who i`m clicking for SSL


Greets



Win 10 Pro 64 bit Build 1709
System
AMD FX 8150 8x3,6GHz +16 GB Ram GTX 950 Nvidia Asrock 970 Extreme3 r2.0 Creative X-FI TITANIUM
I have been wondering about this as well.
(12-21-2017, 07:55 PM)JobeStroud Wrote: [ -> ]I have been wondering about this as well.

I installed openssl hoping this would allow me to download the database. alas no luck Sad
I wish we could download the database from the site so we could populate it once a month
Same here, it's on my end or it is not ready for now?
On the console I'm getting the following message:
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
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.