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:
Deploy your own openziti env
Generate identities for users and hosts
Deploy your service in openziti
Generate valid certs for the addon (letsencrypt, zerossl)
Connect everything to the env
Check its working for web version and desktop version
Check it fails for android device
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):
Device: Samsung Galaxy S22
OS: Android
Browser [firefox, chrome, edge]
Version [14]
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.
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:
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.