Waboodoo / HTTP-Shortcuts

Android app to create home screen shortcuts that trigger arbitrary HTTP requests
https://http-shortcuts.rmy.ch
MIT License
1.17k stars 113 forks source link

[BUG] (or "help") Does not work with my Let's Encrypt certificates #453

Open phbender opened 1 day ago

phbender commented 1 day ago

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.

image

Steps To Reproduce

  1. 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.

Any help to debug this is appreciated.

image

Context

Please complete the following information: