-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] How to ignore certificate for status check #181
Comments
Heya @EVOTk :) If it's the case that the service you are accessing has an unsigned certificate, then you can ignore this by setting |
Hello ! I use Dashy locally, through a VPN.
This gives the same result:
|
Hmm okay, so maybe this is something that I have to do in the code. I could add in an optional attribute, that is off by default, so that users can disable SSL rejection for an individual service (if they are slef-hosting). I'll look into this tonight when I get home from work and hopefully get something working :) I also notice that the error text in the tooltip is overflowing, I'll fix that at the same time :) |
Thank you so much ! Can't wait to try this :) |
Thanks thanks thanks ! |
No problem :) |
Sorry it took me a while to merge, I wanted to test it properly and fix the tooltip styles at the same time. |
Thank you very much, I will immediately pull the latest version in order to update my "Dashy" and take advantage of this :) |
Hello @dtctek
|
I know this issue is closed but I have something very similar. I am using OPNsense for my router and it has a self signed certificate, works on the newtab page load but the service check fails with this message. I checked the other issues (open and closed) but couldn't find another issue with this error. DEPTH_ZERO_SELF_SIGNED_CERT |
@cyrus104, I'm having the same issue. Did you figure it out? |
I'm guessing you've tried this, but did setting |
Yes and no. It's a self signed cert for tower.local and using edit: used 'code' for links. |
There's some more things you can try here |
I was able to use the |
Closes Lissy93#181 Signed-off-by: Bjorn Lammers <walkxnl@gmail.com>
Hello,
I apologize but I am not comfortable with this.
How do I make the ping ignore the signing of the https certificate? (UNABLE_TO_VERIFY_LEAF_SIGNATURE)
Thx
Originally posted by @EVOTk in #35 (comment)
The text was updated successfully, but these errors were encountered: