Answer the question
In order to leave comments, you need to log in
ERR_CERT_AUTHORITY_INVALID. How to get around?
On post ajax request, the console outputs
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID
Answer the question
In order to leave comments, you need to log in
step 1 Add the publisher's certificate to the list of trusted CAs.
p. 2 If the certificate is self-signed - create a CA and issue a certificate in it, then see p. 1 :)
You can buy a certificate
You can try to get it on LE
You can give the user instructions on how to continue working :)
It all depends on how ready you are spend (time, money, etc.). There is no way to "bypass" here - all this is done by the user. It connects to a resource, obtains its certificate. Checks the certificate for validity - checks include the fact that the certificate must have been issued by a CA known to it as the root. If this is not the case, the certificate is not trusted and ERR_CERT_AUTHORITY_INVALID just occurs.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question