digicert has a new certificate hierarchy "G5", issued in march.
i'm seeing "unstrusted source" when i try to access your website
with one of my tools. so that's a little different from what you see.
while major browsers like chrome, etc can apparently handle the new
structure (they really have to be at the cutting edge of an everchanging
environment), http clients (like okhttp, are basically just software that
simplifies opening a socket to a web server and carrying out http operations
not involving html rendering) are left to their own devices to sort out
problems such as ssl cert issues.
your certificate is valid, but you need to configure android
(and, presumably, ios) to accept digicert's new system. the
workaround, as previously discussed, involves ignoring the
ssl handshake, which can be a risky proposition.
i think we have seen this problem before. it would involve
creating a security file which tells your device to recognize
your new type of certificate as valid. it might also be something
which could be done on the fly. offhand, i don't have a fix, but
i'm looking through past posts to see what has been done with
an untrusted source. whatever may have been done may still
apply in this particular case.
since your cert is valid, you may as well stay with the workaround
since we're talking about your site and a dedicated app.
by the way, here is what i was talking about earlier:
http://www.digicert.com/help/
but since your cert seems to be valid, it's not clear that it will help much. the problem is on the client side, not the server side.