Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android https #151

Open
zxm1985 opened this issue Jun 26, 2022 · 2 comments
Open

android https #151

zxm1985 opened this issue Jun 26, 2022 · 2 comments

Comments

@zxm1985
Copy link

zxm1985 commented Jun 26, 2022

I found that the Android client httprequest class could not handle the connection of HTTPS certificates, and did not let me specifically connect to OpenSSL during the compilation process.
Is there something wrong with me?

@ducphamhong
Copy link
Contributor

ducphamhong commented Jun 29, 2022

Hello, can you try to build the BoringSSL.

https://boringssl.googlesource.com/boringssl/+/HEAD/BUILDING.md

And enable OpenSSL on Android. You can see the file CMakelists.txt on line 122

More info:
See the file Projects/Thirdparty/CMakelists.txt for curl.

Project/ThirdpartySDK/SSL

Can you wait me some days, i will merge the OpenSSL support on Https Android
Thanks.

@zxm1985
Copy link
Author

zxm1985 commented Jul 4, 2022

Well, I used libcurl before, and I dealt with it on Android. It's not very urgent. I'm eager to launch IOS platform. I tried some other c++ engines, such as cocos2d-x and urho3d. There are some serious problems. The official maintenance of cocos2d-x4 is no longer available, and it can't be compiled on the latest Xcode at all. Urho3d will crash inexplicably.
I still like the simple Irrlicht engine best. If there is any new progress in IOS, I will be very happy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants