You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently running the latest release of the Gradio share server in an EC2 instance. We are able to successfully launch and connect Gradio apps that are running 4.5.x + but Gradio apps built using 5.x fail to connect to the share server with the following error:
* Running on local URL: http://127.0.0.1:7862/
2024/10/31 06:32:39 [W] [service.go:132] login to server failed: tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2024-10-31T06:32:39+09:00 is after 0001-01-01T00:00:00
Could not create share link. Please check your internet connection or our status page: https://status.gradio.app/.
There is no configuration difference between 4.5.x apps and 5.x apps. For additional context, we terminate TLS via an AWS LB.
I ran into the same issue and found that in Gradio version 5.0.0-beta.1 TLS is enabled by default in:
"venv/lib/python3.11/site-packages/gradio/tunneling.py"
We are currently running the latest release of the Gradio share server in an EC2 instance. We are able to successfully launch and connect Gradio apps that are running 4.5.x + but Gradio apps built using 5.x fail to connect to the share server with the following error:
There is no configuration difference between 4.5.x apps and 5.x apps. For additional context, we terminate TLS via an AWS LB.
Launch code:
Version info:
The text was updated successfully, but these errors were encountered: