Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TabPy Config Parameter for Minimum TLS Version #638

Merged
merged 29 commits into from
Jun 20, 2024

Conversation

jakeichikawasalesforce
Copy link
Collaborator

@jakeichikawasalesforce jakeichikawasalesforce commented Jun 19, 2024

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.

Other changes:

  • Fix GitHub Action to use macos-latest@arm64 in Rest Runs.
  • Extend Scrutinzer idle timeout to 10 minutes.
  • Use utcnow() instead of now() when validating certificates (fix for self-signed certificates).

@pep8speaks

This comment was marked as resolved.

@jakeichikawasalesforce jakeichikawasalesforce changed the title Add TabPY Config Parameter for Minimum TLS Version Add TabPy Config Parameter for Minimum TLS Version Jun 19, 2024
@jakeichikawasalesforce jakeichikawasalesforce marked this pull request as ready for review June 19, 2024 22:57
@jakeichikawasalesforce jakeichikawasalesforce requested review from dleskosky and removed request for dleskosky June 20, 2024 17:00
@swethabez swethabez merged commit 5105c14 into master Jun 20, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants