nativeformat / NFHTTP

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

Is it ok to disable SSL certificate validation on Android? #43

Open woodroof opened 4 years ago

woodroof commented 4 years ago

https://github.com/spotify/NFHTTP/blob/master/source/ClientCurl.cpp#L292 It enables MITM. Am I missing something?