微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

cocos2d-x平台审核中遇到的openssl问题解决方案

本篇文章为转载,翻译。原文链接http://www.cocos2d-x.org/news/286。

大家在使用cocos2d-x版本低于2.2.6版本,在提交google play or another platform的时候可能会收到邮件Or警告提醒包的openSSL加密部分有问题。

问题如下:

Hello,One or more of your apps is running an outdated version of OpenSSL,which has multiple security vulnerabilities. You should update OpenSSL as soon as possible. For more information about the most recent security vulnerability in OpenSSL,please see http://www.openssl.org/news/secadv_20140605.txt.

    Please note,while it's unclear whether these specific issues affect your application,applications with vulnerabilities that expose users to risk of compromise may be considered “dangerous products” and subject to removal from Google Play.

    Regards,Google Play Team

问题主要是出现在curl.a的使用之上。下面为解决方案:

方案1.需要及时更新libcurl库文件https://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin

方案2.下载库文件直接覆盖点击打开链接

 覆盖目录为:cocos2dx/platform/android/third_party/android/prebuilt/libcurl/libs


Thanks

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐