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

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
fenick
Posts: 15
Joined: Fri Mar 20, 2009 10:32 pm

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

Post by fenick » Fri Jun 14, 2013 9:30 pm

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

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

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

Post by Mark » Sun Jun 16, 2013 10:17 am

Hi Nick,

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

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply