nativeformat / NFHTTP

A cross platform C++ HTTP library that interfaces natively to other platforms.
Apache License 2.0
588 stars 37 forks source link

lib doens't work on android with https requests #29

Open chippmann opened 5 years ago

chippmann commented 5 years ago

Currently the lib doesn't work on android (using curl) on https requests. The response from the ClientCurl.cpp is empty. If one disables ssl cert verificytion as statet in this pull request: https://github.com/spotify/NFHTTP/pull/26 the openssl lib throws a divided by 0 exception in bn_asm.c at line 287. If one makes only http requests with the changes from the pull request, everything works.

cpsauer commented 2 years ago

@chippmann, was this ever resolved, or are things still broken on Android?