Hello,
I have a couple of Webservices which are using TLS 1.2 and not allowing weaker/broken TLS1 etc. The problem I have is the openssl software included with 10.9 and above include an outdated version of OpenSSL. I currently use openssl s_client to download the cert from the server to trust it but I can no longer do this using the version of openssl which is included with the OS.
Is there a way using CommonCrypto and NSSocket or something to connect and download the cert?
Thanks,
Charles