Definitely reach out to your MDM vendor and ask about support for this.
There's major MDM protocol handholding song-and-dance they'll need to implement for this to even remotely work.
Apr 26, 2018 • 6 tweets • 3 min read
As a reminder to anyone out there that's dealing with the TLS 1.2 cutover on python's pypi on macOS 10.12: You may still get stung by it if you end up unfortunately needing to deal with setuptools / easy_install packages that you can't get through pip.
Fortunately, @clburlison took work that I did (github.com/pudquick/tlsssl) and improved upon the build process: github.com/clburlison/ven…
This results in a "tlsssl-1.1.0.pkg" package you can install on 10.12 that will hotfix ssl to support TLS 1.1/1.2 in most situations.