Hi! I am getting a pyodbc error 08001 when my app tries to connect to our SQL Server from Streamlit Cloud. I created a small test app just to test SQL connectivity, and while it works on my local machine, when I run the app on Streamlit Cloud the app fails at the connect string. Is this an SSL issue with Streamlit cloud? I get this info along with the error:
SSL Provider: [error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol]
Thanks,
Peter