URLConnection During Debug allow NSAllowsArbitraryLoads

That’s indeed what I already did. [quote]You make the plist file. Then you drag-and-drop the file into the navigator. That’s it.[/quote]

I now checked the info.plist file of the debug version and it does contains exactly the same info as the compiled version … So it seems that all is fine at the input end. However, execution is not the same as the compiled version…
It fails on the SSL with a message that it cannot establish a safe connection. With error number -1200 in the exception and HTTPStatusCode = 4294966096 which seems a clumsy translation of the same -1200…