"Certificate required to access this resource is invalid"

4

XMLHttpRequest: Network Error 0x800c0019, Security certificate required to access this resource is invalid

ssl
https
ssl-certificate
asked on Stack Overflow Aug 8, 2018 by Sandeep Patel • edited Oct 14, 2019 by Sandeep Patel

1 Answer

3

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

answered on Stack Overflow Aug 9, 2018 by Sandeep Patel • edited Jan 27, 2020 by Sandeep Patel

User contributions licensed under CC BY-SA 3.0