Can JHS be configured to connect via https instead of http? If the answer's "no", why do I want it? --
I'm writing Apple apps using Xcode + Swift which communicate with JHS used as a local server. I have some working prototypes and I'm about to offer these as betas. Apple have brought in something called App Transport Security (ATS) which, put simply, deliberately makes life difficult if the client insists on using http:// instead of https:// to connect with the server. Even over an SSH "tunnel" on the same machine. ATS can be overridden (as I have been doing), but only as a temporary expedient (says Apple), and the resulting app will not get accepted for sale on App Store. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
