Hello, I have successfully installed the SSL certificate to use HTTPS Query but every time I try to connect it returns net::ERR_CERT_AUTHORITY_INVALID.
I have also tried to copy the SSL certificate from my letsencrypt folder or to include them with the full path but got no victory with it.
So I tried this command again openssl req -x509 -newkey rsa:4096 -nodes -keyout key.pem -out cert.pem -days 365
and sadly got that answer above.
I am trying to solve it the second day and I ran out of ideas.
Every answer would be helpful!
EDIT: Maybe it is important, maybe it is not. I am sending POST request via JQuery $.post.
How do I add an Authority entry?
I also made a copy of the ssl certificate that is saved in /etc/letsencrypt/live/occamy.cz/cert.pem and privkey.pem so there should be no problem with a wrong domain but there is still the same error.
Those certificates are running SSL on my domain without a problem.