tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

No option to allow only TLS v1.2 #432

Closed kholis closed 4 years ago

kholis commented 4 years ago

Environment information:

Describe the issue By default https allow all version of TLS (1.0, 1.1 and 1.2). How to accept only TLSv1.2 connection?

To Reproduce $ sslscan tabpy-server.example.com 9004 Supported Server Cipher(s): Preferred TLSv1.2 256 bits ECDHE-RSA-AES256-GCM-SHA384 Curve P-256 DHE 256 Preferred TLSv1.1 256 bits ECDHE-RSA-AES256-SHA Curve P-256 DHE 256 Preferred TLSv1.0 256 bits ECDHE-RSA-AES256-SHA Curve P-256 DHE 256

Expected behavior Should provide option to restrict/allow TLS version

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

0golovatyi commented 4 years ago

@kholis we would love to learn your case and how are you using or planning to use TabPy. If you are interested to talk with the team works on TabPy please contact Nathan with nmannheimer@tableau.com.

0golovatyi commented 4 years ago

@kholis any updates?

0golovatyi commented 4 years ago

Closing this as there were not follow up.