The certificate is valid, but some browser simply cannot successfully build the hierarchy of the certificate tree in the root certificate. The globalsign CA-G2 certificate is not trusted by all browsers.
What server are you running this application on? The solution is to add certificates from the certificate chain to your server configuration. Then the server will send them to the client, and everything will be fine.
On the Apache HTTP server, you add the following to the configuration:
SSLCertificateChainFile <globalsign domain validation CA - G2.crt>
source
share