OpenSSL problem again

Hi, this is the second time it happens.

I don’t use internet connection at all.

Can I somehow disable openssl so that I don’t need to update it again later?

I’m trying to compile using the updated OpenSSL libraries, I’ll let you know if it works.

I’ve made an unofficial fix for it. It seems to work, but please test it and let me know.

See instructions here:
http://www.bengigi.com/cocos2d-x-fix-for-openssl-problem/

6 Likes

@davidejones88 I think you can get new lib from v3.11 and replace the lib.

@lino2 OpenSSL is used in libcurl. If you don’t need internet connection, than you don’t have to link libcurl.

@Obg1 Good job.

@patriciog I think you can just replace:

  • curl(v2.x version, it includes OpenSSL)
  • curl and openssl(v3.x version, OpenSSL is in a individual lib)

All, we planned to release v3.11 on Apr.26. About v2.x, we plan to just provide new libcur.a for Andrid without releasing v2.2.7. The new libcurl.a will be in https://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin/tree/v2/cocos2dx/platform/third_party/android/prebuilt/libcurl. I will update the progress here.

1 Like

Yeah, just need libcurl.a for both v2.* and v3.*. Waiting for your update on github. Thanks.

“release v3.11”
Thank you!

@zhangxm Thanks!

waiting the new .a for v2.x.
thank you

Edit: when can we get the new libcur.a for v2.x @zhangxm

Hi
I am using v3.8.1.
Even if 3.11 is released, I want to continue to use v3.8.1.
In this case, do I need only to replace libcurl.a/libssl.a with those including v3.11?

And, is it possible to release only libcurl.a/libssl.a earlier than Apr.26?

Best regards

See my previous comment with a link to an unofficial fix I’ve made.
You can use it for now.

1 Like

Thanks @zhangxm

@makihiro Yep, you can use it when it is ready.

@Obg1 Thanks!
@zhangxm Thanks! At v3.11, will you use same binary as Obj1’s?

@makihiro No. Cocos2d-x has it’s own version.

Hi I update cocos2d-x-3rd-party-libs-bin/cocos2dx/platform/third_party/android/prebuilt/libcurl/

and update my game with 2.0 version but still continue waring.

So what i Do? Please Help me!

@nitinchauhan3046 curl haven’t been updated.

@all curl of v3 have been updated to v7.48, and OpenSSL is been updated to 1.02g. You can download them here https://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin/tree/v3/curl.

v2 version will be updated soon.

1 Like

Thank you for replay.

But I am using 2.2.6 version when you v2 version will be updated?.

I have 80 game so please update as soon as possible.

@nitinchauhan3046 We will update it ASAP.

PS: oh, so many games you have :smile:

@all v2 version is updated too. You can download it here: https://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin/tree/v2/cocos2dx/platform/third_party/android/prebuilt/libcurl.

Now OpenSSL is not included in libcurl, but you don’t have to worry about it, because the corresponding Android.mk is changed to handle it.

Edit: You should replace the whole folder of libcurl.

1 Like