Add TabPy Config Parameter for Minimum TLS Version
jakeichikawasalesforce
released this
20 Jun 20:31
·
39 commits
to master
since this release
Adding a TabPy config parameter to set the minimum TLS version (TABPY_MINIMUM_TLS_VERSION) that the server will accept for secure connections. By default, the minimum TSL version will be set to TLSv1_2. See https://docs.python.org/3/library/ssl.html#ssl.TLSVersion.MINIMUM_SUPPORTED.