Re: Application verification failure

2014-03-24 Thread J. Landman Gay
On 3/24/14, 11:33 PM, Peter W A Wood wrote: If you didn't have this problem before this version of LiveCode, it would suggest a bug. Just in case, does the problem happen after you've saved the stack as a standalone? We didn't have the problem until 6.6, and it does happen equally in the IDE

Re: Application verification failure

2014-03-24 Thread Peter W A Wood
Jacque On 25 Mar 2014, at 11:56, J. Landman Gay wrote: > I just found this in the release notes: > > "In addition to mobile support, LiveCode now includes its own version of the > encryption and SSL libraries on OS X (LibOpenSSL version 1.0.1e). This means > developers are now no longer relyin

Re: Application verification failure

2014-03-24 Thread J. Landman Gay
On 3/24/14, 10:45 PM, J. Landman Gay wrote: The error "application verification failure" can be found in a list of responses I found at <http://www.openssl.org/docs/apps/verify.html> which indicates it is related to SSL. That document says the error is "unused." But som

Re: Application verification failure

2014-03-24 Thread J. Landman Gay
Yes, success returns "200 OK". And the server also sends back data that starts with either "success" or "failure" so my scripts can take action. But the server isn't getting my request, so nothing comes back from there. The error "application verificati

Re: Application verification failure

2014-03-24 Thread Peter W A Wood
Jacque On 25 Mar 2014, at 10:29, J. Landman Gay wrote: > On 3/24/14, 9:17 PM, Peter W A Wood wrote: >> It's hard to tell whether the message is coming from your machine or >> the server. Have you taken a look at the HTTP Headers? I believe you >> can do that with libURLLastHTTPHeaders(). > > Do

Re: Application verification failure

2014-03-24 Thread J. Landman Gay
On 3/24/14, 9:17 PM, Peter W A Wood wrote: It's hard to tell whether the message is coming from your machine or the server. Have you taken a look at the HTTP Headers? I believe you can do that with libURLLastHTTPHeaders(). Do you know what I should be looking for? I'd like to record it only co

Re: Application verification failure

2014-03-24 Thread Peter W A Wood
Jacque On 25 Mar 2014, at 10:06, J. Landman Gay wrote: > The error appears in the result: > > post pServerParams to url tURL > put the result into tNetworkErr -- "application verification failure" > put it into tData -- has data if things work, otherwise empty

Re: Application verification failure

2014-03-24 Thread J. Landman Gay
The error appears in the result: post pServerParams to url tURL put the result into tNetworkErr -- "application verification failure" put it into tData -- has data if things work, otherwise empty Some sleuthing today reveals that the post never arrives at the server at all, i

Re: Application verification failure

2014-03-24 Thread Peter W A Wood
Jacque Where does the error message appear? in the HTTP response? Peter On 25 Mar 2014, at 00:12, J. Landman Gay wrote: > I'm getting the error "application verification failure" when sending data to > Rails on a server. The same code works fine most of the time, but ran

Application verification failure

2014-03-24 Thread J. Landman Gay
I'm getting the error "application verification failure" when sending data to Rails on a server. The same code works fine most of the time, but randomly returns that error, even with the same request. Searching on Google isn't very helpful, with only vague references to SSL