Open
Description
Describe the bug
Tableauserverclient does not support proxy over HTTPS (it supports proxy over HTTP, but not HTTPS).
Versions
Details of your environment, including:
- Tableau Server version (or note if using Tableau Online): N/A
- Python version: 3.5
- TSC library version: 0.15
To Reproduce
When trying to use tableauserverclient with a HTTPS proxy, I get error 403 Forbidden since the library is not able to communicate over HTTPS proxy.
Results
Error 403 Forbidden, caused by proxy error.
Can you please let me know if the newer versions of tableauserverclient support HTTPS proxy?