Hi Stevetgates,
I tried disabling server certificate validation and it worked. I also compiled the library with commit 98c97fc2d6b36ebdf604daa862ed2c2a68dd21e2 ("Incorporating feedback on Android server cert verification).
, and also worked without disabling server certificate verification.
However i got a segmentation fault with commit 98c97fc2d6b36ebdf604daa862ed2c2a68dd21e2 " Merge branch 'development' of https://git01.codeplex.com/casablanca into androidssl" with the same code that just performs a get request (same fault either on http or https).
I tried disabling server certificate validation and it worked. I also compiled the library with commit 98c97fc2d6b36ebdf604daa862ed2c2a68dd21e2 ("Incorporating feedback on Android server cert verification).
, and also worked without disabling server certificate verification.
However i got a segmentation fault with commit 98c97fc2d6b36ebdf604daa862ed2c2a68dd21e2 " Merge branch 'development' of https://git01.codeplex.com/casablanca into androidssl" with the same code that just performs a get request (same fault either on http or https).
08-30 15:29:57.781: I/DEBUG(85): backtrace:
08-30 15:29:57.781: I/DEBUG(85): #00 pc 00008e3e /data/data/com.example.hellojni/lib/libhello-jni.so (pplx::details::_RefCounter::_Reference()+5)
08-30 15:29:57.781: I/DEBUG(85): #01 pc 000099f7 /data/data/com.example.hellojni/lib/libhello-jni.so (pplx::details::_Task_impl_base::_Task_impl_base(pplx::details::_CancellationTokenState*, pplx::scheduler_ptr)+94)
Regards