2023-10-24, 03:07 AM
generally speaking, certs are a difficult subject on android and by extension fireos
self signed, apps have to install root certs for them to be trusted, which means they have to be packaged
otherwise, you have to install them into the system itself, which requires at minimum root on the device, this can be done with an overlay but not physical because you would not be able to copy it into the root partition (it's read only and bricks if the bootloader finds out the signature doesn't match, a lot more to this that does not fit this topic or forum)
with that, if using a self-signed cert, it is unlikely to work on android and you should switch to http
i use http personally on my fireos device and it does not have any issues
self signed, apps have to install root certs for them to be trusted, which means they have to be packaged
otherwise, you have to install them into the system itself, which requires at minimum root on the device, this can be done with an overlay but not physical because you would not be able to copy it into the root partition (it's read only and bricks if the bootloader finds out the signature doesn't match, a lot more to this that does not fit this topic or forum)
with that, if using a self-signed cert, it is unlikely to work on android and you should switch to http
i use http personally on my fireos device and it does not have any issues