server-docker icon indicating copy to clipboard operation
server-docker copied to clipboard

Not able to use Tailscale Magic DNS based HTTPS URL for the streaming server

Open viswatejan opened this issue 1 year ago • 1 comments

I am trying to use Tailscale's Magic DNS based HTTPS URL for the streamingServer URL but the Stemio Web is showing error and I see the following error message in the Stremio Service logs:

 HTTPS: Request error Could not get a valid HTTPS certificate

viswatejan avatar Dec 02 '24 22:12 viswatejan

If you're using tailscale anyway then just run sudo tailscale serve --https=443 http://127.0.0.1:1147 on the server to get an https endpoint accessible to your tailnet devices instead of the stremio https endpoint.

Sofianel5 avatar Sep 20 '25 19:09 Sofianel5