ashraf789 / Cake-VPN

Android VPN app based on OpenVPN library.
GNU General Public License v2.0
382 stars 141 forks source link

Defective OpenSSL Version (OpenSSL 1.1.1g) #126

Closed brobin002 closed 2 years ago

brobin002 commented 2 years ago

First of all many thanks to ashraf789 for your amazing work :)

I have this error on the Google Play Console. Does anyone know how to update the OpenSSL Version?

ashraf789 commented 2 years ago

Hi @brobin002, This is the first time heard this error. Can you write more details with a screenshot?

Thanks

brobin002 commented 2 years ago

Yeah of course.

Capture d’écran 2022-10-05 130133

Clicking on learn more redirect to this link: https://support.google.com/faqs/answer/12576638

OpenSSL Versions between 1.1.1b and 1.1.1h seem to lead to crashes

Thank you :)

ashraf789 commented 2 years ago

Not sure where is the problem. The cakevpn app is live https://play.google.com/store/apps/details?id=com.ashraf789.cakevpn

If you use any other library then check those.

brobin002 commented 2 years ago

Yeah I might be using another lib which depends on openSSL. I'll investigate.

But openvpn use openSSL. Do you know which openSSL version is used in cakevpn?

ashraf789 commented 2 years ago

Ah, this i don't know which OpenSSL they used in the library.

brobin002 commented 2 years ago

Yeah I'm now sure, pre build lib of vpnLib use OpenSSL 1.1.1g which is now detected as a Defective OpenSSL Version by google

You'll still be able to update cakevpn but you will see this error on the google play console Production tab after your next update

melniqw commented 2 years ago

Met the same problem. Google says it is related to NDK, so in my project openvpn is the only NDK using library.

kraken0706 commented 2 years ago

Hi, I have the same problem, has the problem been solved?

moovendran-368 commented 2 years ago

Ah, this i don't know which OpenSSL they used in the library.

Please check your play Console goto production current version

brobin002 commented 2 years ago

They are using OpenSSL 1.1.1g version

gnanesh023 commented 2 years ago

131 Updated to OpenSSL 1.1.1l , now There is no issue with Publishing