Kevin Kowalewski
unread,Aug 23, 2011, 10:19:16 AM8/23/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk
Hi,
I've taken over an Android project and am having trouble getting an
HTTPS connection up and running on the device. There is a cacert.pem
file that is supposed to be able to be read by libcurl when its
accessing the HTTPS content. Unfortunately libcurl fails with error
code 77, stating that it cannot find the cacert.pem file.
I'm not entirely sure where to place this file in the applications
source tree, or where on the device. A co-worker suggested I placed it
in /sdcard but that did not work. Inside libcurl the reference to the
certificate is just "cacert.pem", and thus should probably be placed
where this is being executed from but I don't know where that is.
I look forward to hearing from anyone on this.
Thanks,
Kevin