Page 1 of 1

Post to SSL in mobile... anyone doing it?

Posted: Fri Jun 14, 2013 9:30 pm
by fenick
Currently, I am developing everything locally. So I am using a self signed ssl cert for the web server (server.app) on my local machine.

When I try to post in mobile, "the result" lets me know that it is not a trustworthy cert as to why the post fails.

Via some digging in the board I found "libUrlSetSSLVerification false" so we can ignore the cert issuess... but of course this does not work in mobile.

I validated that the http URL works as expected. So I am tempted to just plow forward and develop until I buy the cert for the production server, but I would feel better if I know someone has something in production that posts via https URL from a mobile device.

So, anyone have a mobile app that does https posts? If so, any lessons learned worth sharing?

Thanks,
-Nick

Re: Post to SSL in mobile... anyone doing it?

Posted: Sun Jun 16, 2013 10:17 am
by Mark
Hi Nick,

I've used the browser view to submit data over SSL.

Best,

Mark