https issue in 6.5.2?
Posted: Fri Jan 31, 2014 11:07 pm
I started running into some really strange behavior today in regards to https...
Calls like the above using https that had been working fine stopped working when I closed my app down on my desktop and opened it up on my laptop. Blank on what I got back and a cert error in the result.
That was in the IDE. When I replaced https with http it worked fine. Put https back and run the app in the IDE, same thing.
Launched the app in the iOS simulator and it works fine with https. I am totally baffled.
I reopened the app on my desktop and now it's hit or miss in the IDE with it mostly being a miss.
The cert is valid, not expired and calls placed to it in a browser work fine, as they do in the iOS simulator.
A little googling showed this may have been an issue earlier this year, and maybe this regressed?
Is anyone else seeing this?
Thanks,
Steve MacLean
.
Code: Select all
put gBaseURL & "login.cfc?method=login&username=" & fld username & "&" & "password=" & fld "password" & "&ULIF=" & gULIF into tUrl
That was in the IDE. When I replaced https with http it worked fine. Put https back and run the app in the IDE, same thing.
Launched the app in the iOS simulator and it works fine with https. I am totally baffled.
I reopened the app on my desktop and now it's hit or miss in the IDE with it mostly being a miss.
The cert is valid, not expired and calls placed to it in a browser work fine, as they do in the iOS simulator.
A little googling showed this may have been an issue earlier this year, and maybe this regressed?
Is anyone else seeing this?
Thanks,
Steve MacLean
.