Has anyone been able to successfully connect to the JSS web interface using Mac OS X 10.11? We are unable to connect to the JSS via the web or when using Apple Configurator 2. Based on the error messages we are receiving it looks like the JSS does not adhere to what Apple has deemed as "best practices" for web security. I'm sure JAMF is working on this, but it makes it very difficult to test the upcoming releases. From Apple's technote on App Transport Security:
App Transport Security is a feature that requires secure connections between an app and web services. The default connection requirements conform to the best practices for secure connections. Apps can override the default behavior and turn off App Transport Security.
App Transport Security is available on iOS 9.0 or later, and on OS X 10.11 and later.
and a little further down they outline what they consider best practices:
• TLS requires at least version 1.2.
• Connection ciphers are limited to those that provide forward secrecy (see below for the list of ciphers.)
• The service requires a certificate using at least a SHA256 fingerprint with either a 2048 bit or greater RSA key, or a 256bit or greater Elliptic-Curve (ECC) key.
• Invalid certificates result in a hard failure and no connection.
Unfortunately, I have not been able to find a way to globally disable ATS in Mac OS X 10.11. Does anyone has any suggestions or ideas?