Stremio / stremio-bugs

🐛 Post bug reports in Issues here
70 stars 10 forks source link

Error occurred while adding addon #915

Open dowdyph0 opened 1 month ago

dowdyph0 commented 1 month ago

Describe the bug I am hosting a stremio addon exposed through openziti in a host lest say foo.bar.baz with proper certificate emitted from letsencrypt, the addon is added to web application (web.stremio.com) and pc desktop application by the manifest.json. When I try to add it to the android app I'm getting "Error occurred while adding addon message and it fails from adding it". The certificate is a wildcard I use for *.bar.baz.

To Reproduce Steps to reproduce the behavior:

  1. Deploy your own openziti env
  2. Generate identities for users and hosts
  3. Deploy your service in openziti
  4. Generate valid certs for the addon (letsencrypt, zerossl)
  5. Connect everything to the env
  6. Check its working for web version and desktop version
  7. Check it fails for android device
  8. No errors found in the fronted (nginx), backend(django), no errors found in openziti logs.

Expected behavior Just have the addon included in the android app or have some logs in the android application (ie bad certs, or something useful)

Smartphone (please complete the following information):

Additional context I think the error maybe is in the root CA of the emitter, that maybe the application has not the CA's of letsencrypt or ZeroSSL added to it but cannot know. Also tried to use a http proxy to check if I see something else but sadly not.

TRtomasz commented 1 month ago

android devices use android certificate store