Hey,
I have created a certificate successfully, I serve it using different sites and browsers and have no issues with it so far.
i'm in the middle of testing it with https://www.ssllabs.com/ and so far I get B grade.
the issue i am facing is i get error from a proxy i'm playing with (oauth proxy):
"x509: certificate signed by unknown authority"
when i tell the proxy to not validate the certificate it works, so what should i verify so that it will work
Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know):
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
@Bruce5051 what do you mean?
I guess I didnt explain it well enough.
I'm trying to use oauth proxy to serve a page, it holds the letsencrypt certificate, when i make a request the logs of the proxy show that for error, meaning my traffic doesnt go through, when i ask the proxy to not validate the certificate it allows me to pass through.
So i'm thinking the proxy does not know how to validate the certificate as a trusted cert, the question is why? i did supply the fullchain certificate and in SSL labs i get grade B for that certificate.