Skip to content

Add TabPy Config Parameter for Minimum TLS Version

Latest
Compare
Choose a tag to compare
@jakeichikawasalesforce jakeichikawasalesforce released this 20 Jun 20:31
· 2 commits to master since this release
5105c14

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.