Search found 2 matches
- Thu Jan 19, 2017 2:09 pm America/New_York
- Forum: Home
- Question: New thread on manual update of OCSSW processors
- Replies: 6
New thread on manual update of OCSSW processors
> Which MacOS version?macOS Sierra Version 10.12.2>How did you install the version of python in /usr/local/bin?Homebrew. Running which openssl and openssl version confirms that it's still linked to the Apple library (OpenSSL 0.9.8zh 14 Jan 2016 located in /usr/bin/openssl). Reading through those...
- Wed Jan 18, 2017 1:11 pm America/New_York
- Forum: Home
- Question: New thread on manual update of OCSSW processors
- Replies: 6
New thread on manual update of OCSSW processors
I seem to be having the same issue as well. I got to the same point as you with $ which python/usr/local/bin/python$ python -c 'import ssl ; print ssl.OPENSSL_VERSION'OpenSSL 1.0.2j 26 Sep 2016But when I run the ssl check from Sean in another thread: $ openssl ciphers -tls -v 'HIGH...