XMLHttpRequest: Network Error 0x800c0019, Security certificate required to access this resource is invalid
I have got the solution. First I created a root certificate for the local domain and added it as the trusted root certificate. A certificate signing request is issued via the root SSL certificate I created in the first step. I followed This nice blog to resolve the problem. You can check my repository where I have included instruction for the Windows system too.
Scripts to generate certificates https://github.com/sandeepp2016/local-cert-generator
User contributions licensed under CC BY-SA 3.0