Hello,
AFAIK, DLG_FLAGS_INVALID_CA basically means that there are some issues with security certificate on the website. The INVALID_CA stands for 'invalid certificate authority', which may be due to following factors:
- The security certificate is not installed properly.
- The security certificate is installed properly but it is issued for different site and not the current website on which it is installed. Note that, the DNS name or the common name should have the website name mentioned, on which the certificate is installed.
- The security certificate is outdated (either for time period for which it is issued, or the security elements it uses).
For the security certificate having either of above issues, all browsers will stand on same side and won't support loading the associated website. However, the error terminology may be different for different browsers.
So the bottomline is that if you're receiving this error with some website, only option you can try is to contact website owner/admin team and make them aware of issue. If you're having this issue with your own website and you're the administrator, please
contact the SSL certification authority and get their support on this issue.