adguard integration not working
the credentials are correct but i cant link it properly
it always tells me that the connection cannot be established
60 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
I am using docker compose with version 0.10.0
the operating system i use is Pi OS
afaik the error is
unable to verify leaf signature
any idea?
i have got a valid certificate installed
!qa required_data
Thank you for your question. Our support team has noted that your request does not meet the minimum required data so we are unable to answer your question.
Please provide:
- your Homarr logs
- your setup configuration (eg. docker compose, docker run, helm chart, screenshot, ...)
- A detailed description of your problem or question with additional images where necessary
- Your operating system
- Version of Homarr (do not say latest! say 0.15.2, ...)
Failure to comply with this will result in a permanent closure of your support request.
latest - in this case 0.10.0 running on my raspberry pi
btw isnt latest 0.15?
because the images seem to be 0.10.0
Thank you. Please post the missing logs. See the comment above on how to do it.
The legacy Homarr was
0.15.10
. The new and rewritten Homarr is at version 1.11.0
at the moment. The legacy version will soon be no longer maintained.Pastebin
Starting with UID='0', GID='0'Running DB migrationssh: true: unknow...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
logs are in here
yeah but is that obtained using the latest tag?
because some videos featured a network tab which isnt visible for me
Is your AdGuard at
https://10.27.0.63:8443
?
The legacy version has a completly different image name & tags. You can still use the old version if you'd like at your own risk.yes
i have a self signed certificate
which enabled https
Have you added the self signed certificate to Homarr?
https://homarr.dev/docs/management/certificates/
Certificates | Homarr documentation
On this page you can manage your trusted certificates.
yup

@Meierschlumpf can you look into this? Is the added certificate possibly the wrong certificate?
i got the pub and priv key
and i generated the crt file using them
Which certificate is the above? Is it part of a chain? Is it the direct certificate from Adguard?
no its a self signed cert
Okay so it's a single self signed cert that does not have any parents and is directly used by Adguard
no its a root cert
created using
https://github.com/kelke/mkcert
i basically made the cert for my piAnd between this root cert and the Adguard certificate is a connection? And are there any certificates in between
shouldnt
hence its a root cert
Can you create a screenshot like the one below from your adguard certificate? Redact anything that you don't want to reveal.
You can find it by clicking beside the url on the button (right side) and then click
connection is secure
before clicking certificate is valid
. Then go to the details tab


Okay this looks fine
the cert is uploaded to homarr so it makes little to no sense
that it cannot access it
And the uploaded certificate is in pem format, right?
only appears online iff i upload the crt
the pem doesnt show


this popup shows when i add the pem
but its not listed
Yes but you've uploaded the certificate. So is the content of it like
----- BEGIN CERTIFICATE -----
and on the end ----- END CERTIFICATE -----
of the pem?
ye
Okay but then it shows online if you upload the cert? So it works if you have the cert uploaded?
only iff i upload the .cert
if i upload the .pem, nothing happens
just the popup*
Yes that makes sense as the upload expects a .crt file which is in pem format. So it is correct
I mean with the private key it would be a p12 or pfx
ye
its -key.pem
no idea if thats p12 format tbh
Yes and Homarr only needs the public certificate
yeah
which is uploaded in pem format
which covers the crt so it should work
in theory
That is only the private key in pem format. You can use openssl to convert it to pfx / p12 which allows to have the certificate as one file. But we don't need that for Homar
gotcha
So it does or not?
nope
those are the latest logs
But you said it shows online? I'm confused 😂
okay
iff i upload the .crt which i extracted using openssl and i upload that said file - it shows
but it doesnt work
if i instead upload the .pem; i get the popup - nothing shows and it still doesnt work xD
Okay just to summarize. This error shows even if you have the, what you suppose, correct root .crt file uploaded which is in pem format and contains the public part of the cert.
ye
both formats are not working
pem and crt
Okay can you try to upload the certificate of adguard directly?
huh?
You've uploaded the root certificate if I understood correctly, no?
\

yep
So do you have the blue or yellow certificate uploaded in Homarr? If you have blue, try to upload yellow. Otherwise try the other way arround
its the blue
ye i added the root
nope
doesnt work
same error here
btw the tag i'm using; that refers to 1.10, right?
@Meierschlumpf i have legit no idea why it cannot establish the connection
the cert is trusted; properly uploaded and there should be no issue
Hmm okay, I also don't have a clue right now, sorry 😦
You can wait for https://github.com/homarr-labs/homarr/issues/2553, which should allow you to disable the check.
Alternatively, use HTTP.
GitHub
Issues · homarr-labs/homarr
A modern and easy to use dashboard. 14+ integrations. 10K+ icons built in. Authentication out of the box. No YAML, drag and drop configuration. - Issues · homarr-labs/homarr
And yes current latest version is
v1.10.0
. Tonight v1.11.0
will be releasedRemove cert checks for integrations?
@here HECK YA
i just had to extract the crt from the root certificate
xD

thank you so much!