rpcs3 SSL - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17) +--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18) +--- Thread: rpcs3 SSL (/showthread.php?tid=197680) |
rpcs3 SSL - tom1tom - 12-15-2017 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
RE: rpcs3 SSL - JobeStroud - 12-21-2017 I have been wondering about this as well. RE: rpcs3 SSL - [email protected] - 01-01-2018 (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 I wish we could download the database from the site so we could populate it once a month RE: rpcs3 SSL - M1hai - 01-05-2018 Same here, it's on my end or it is not ready for now? RE: rpcs3 SSL - baka0815 - 01-23-2018 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 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. |