I have problems with my manually installed Let's Encrypt certificates on my server.
My "basic sanity test" is whether a normal browser accepts my certificate, which is the case. However, for HTTP Shortcuts I need to disable the certificate check to make the requests work.
Steps To Reproduce
Create a request GET https://echo.rilze.rocks
Expected behavior
Basically see the request parameters on the screen (since the endpoint just returns this).
Actual behavior
An error:
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
Screenshots
Here I have a comparison of an SSL checker, I compare two domains, for the bottom one, the requests succeed, for the other (top, domain is cut unfortunately but it's echo.rilze.rocks), not. I fail to see the obvious flaw with my certificate.
I have problems with my manually installed Let's Encrypt certificates on my server.
My "basic sanity test" is whether a normal browser accepts my certificate, which is the case. However, for HTTP Shortcuts I need to disable the certificate check to make the requests work.
Steps To Reproduce
GET https://echo.rilze.rocks
Expected behavior
Basically see the request parameters on the screen (since the endpoint just returns this).
Actual behavior
An error:
Screenshots
Here I have a comparison of an SSL checker, I compare two domains, for the bottom one, the requests succeed, for the other (top, domain is cut unfortunately but it's
echo.rilze.rocks
), not. I fail to see the obvious flaw with my certificate.Any help to debug this is appreciated.
Context
Please complete the following information: