libURLSetSSLVerification false on mobile?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, LCMark

Locked
malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Location: Ostenfeld germany
Contact:

libURLSetSSLVerification false on mobile?

Post by malte » Mon Sep 30, 2013 7:48 am

Hi,

as we do not have libURL on mobile, I'd best ask here what it would take to implement the SSLVerification flag for mobile. Is this doable at all? If so, what would be required to look at?

Cheers,

Malte

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: libURLSetSSLVerification false on mobile?

Post by monte » Mon Sep 30, 2013 8:32 am

Given posting on this forum appears to be about as helpful as posting on the IDE forum at the moment you probably won't get a huge response. There's certainly a way in NSURLConnectionDelegate to do this...
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

LCMark
Livecode Staff Member
Livecode Staff Member
Posts: 1206
Joined: Thu Apr 11, 2013 11:27 am

Re: libURLSetSSLVerification false on mobile?

Post by LCMark » Mon Sep 30, 2013 9:58 am

Indeed and it seems stackoverflow suggests a method http://stackoverflow.com/questions/9333 ... usted-cert. Android I'm guessing will have a similar method available (at least I'd hope it would!).

Would be straightforward enough to implement libURLSetSSLVerification as a mobile command, that sets a flag for the mobile networking code to use...

malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Location: Ostenfeld germany
Contact:

Re: libURLSetSSLVerification false on mobile?

Post by malte » Mon Sep 30, 2013 11:12 am

That would be totally awesome. Given my limited Obj C / C skills, is there any way I could push this? Like raising funds or something like that?

Cheers,

Malte

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: libURLSetSSLVerification false on mobile?

Post by monte » Wed Oct 02, 2013 11:28 pm

Looks like @runrevmark has implemented it
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Location: Ostenfeld germany
Contact:

Re: libURLSetSSLVerification false on mobile?

Post by malte » Thu Oct 03, 2013 12:51 am

Whoa!!!

Makes my day. :-)

LCMark
Livecode Staff Member
Livecode Staff Member
Posts: 1206
Joined: Thu Apr 11, 2013 11:27 am

Re: libURLSetSSLVerification false on mobile?

Post by LCMark » Fri Oct 04, 2013 9:09 am

@malte: Indeed, I implemented it the other day in-between reviewing code and being overrun with questions on chat - 30 minutes of work took about 4 hours (it was one of those days) ;)

Since its required fiddling with the network code, I'll merge the feature into 6.5, so it will appear in the next dp of that version.

malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Location: Ostenfeld germany
Contact:

Re: libURLSetSSLVerification false on mobile?

Post by malte » Fri Oct 04, 2013 12:37 pm

This is so cool. Thanks so much.

Locked

Return to “Engine Contributors”