Question

On the computer everything works fine but on mobile I got the following error:

Security

I use HTTS through Google App Engine

Let me know if you need more info

Was it helpful?

Solution

On some devices PositiveSSL CA2 is not trusted. But this CA is signed by AddTrustExternalCARoot which should by trusted on all Android devices.

Therefore you can add the intermediate certificate (PositiveSSL CA2) to avoid the error message.

One way to do this is:

Download PositiveSSL_CA2.crt

cat your_domain.crt PositiveSSL_CA2.crt > new.crt

Use new.crt with GAE as usual.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top