Best way for verifying server compliance to Apple's ATS / TLS 1.2 requirement
So Apple requires TLS 1.2 with Forward Secrecy for URLs beginning iOS 9. Independent of the app, what's the best way to verify that a server meets all the requirements? nscurl just outright doesn't work - or I don't know how to use it. My output simply repeatedly says CFNetwork SSLHandshake failed, even though I know the server is compliant. TLSTool works to some extent but I cannot force the Forward Secrecy (FS) ciphers to be used. openssl can specify specific cipher for the client mode, but the version I have doesn't have FS ciphers. How do I upgrade openssl? What's the best way? So far I've