Create _ssl module patch with updated OpenSSL for macOS Python 3.5.4 official installers
macOS python 3.5.4 official installers are using Apple provided OpenSSL 0.9.8 which does not support TLS v1.1/v1.2
The patch provides OpenSSL 1.1.1h and an _ssl module rebuilt using this updated OpenSSL
For Python 3.5.4:
curl -fsSLO https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.1.1g/patch-macos-python-3.5-openssl-v1.1.1h.tar.gz
sudo tar -C /Library/Frameworks/Python.framework/Versions/3.5/ -xmf patch-macos-python-3.5-openssl-v1.1.1h.tar.gz