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.
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 inbn_asm.c
at line287
. If one makes only http requests with the changes from the pull request, everything works.