Skip to content
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

MQTT subscripton to home/nodes/command/rpi-rpi4-4gb-b/+ disabled #151

Open
AndrewTapp opened this issue May 17, 2024 · 4 comments
Open

MQTT subscripton to home/nodes/command/rpi-rpi4-4gb-b/+ disabled #151

AndrewTapp opened this issue May 17, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@AndrewTapp
Copy link

AndrewTapp commented May 17, 2024

I'm relatively new to this and would appreciate some advice/pointers regarding this issue I'm currently experiencing.

This has been running without issue for some time, however I've recently not been having any updates within Home Assistant.

The service appears to be running correctly, however I'm getting a MQTT subscription disabled message on checking the status. Have no idea if it's the reporter service or the MQTT broker on Home Assistant, have checked what I can and searched various threads but have not found anything.

Any advice would be appreciated.

image

@AndrewTapp AndrewTapp added the bug Something isn't working label May 17, 2024
@kali-777
Copy link

kali-777 commented Nov 8, 2024

I had SAME problem looks like He has "good" Certificate from Let'sEncypt so i just changed HTTPS from HTTP then it will work! 😊

response = requests.request('GET', 'https://kz0q.com/daemon-releases', verify=False)

@bsimmo
Copy link

bsimmo commented Nov 8, 2024

I had SAME problem looks like He has "good" Certificate from Let'sEncypt so i just changed HTTPS from HTTP then it will work! 😊

response = requests.request('GET', 'https://kz0q.com/daemon-releases', verify=False)

It would be better to disable that whole check. You are now connecting insecurley to a website that isn't really needed.
The check is looking for new versions but the chances of getting any is low and you can just look here every now and again.
The secure part isn't working for whatever reason, be it lapsed certificate, a hacker in between etc...

@kali-777
Copy link

kali-777 commented Nov 8, 2024

I had SAME problem looks like He has "good" Certificate from Let'sEncypt so i just changed HTTPS from HTTP then it will work! 😊
response = requests.request('GET', 'https://kz0q.com/daemon-releases', verify=False)

It would be better to disable that whole check. You are now connecting insecurley to a website that isn't really needed. The check is looking for new versions but the chances of getting any is low and you can just look here every now and again. The secure part isn't working for whatever reason, be it lapsed certificate, a hacker in between etc...

I agree about disable to check, however I'm sorry to 'disagree' but I'm working in PKI >10y ANY HTTPS even self-signed/expired Certificate is securer than plain HTTP, to perform a MiTM Attack Your DNS needs be posioned OR Server needs to be hacked, those Risks are kind of low, especially via Pi-hole/dnsmasq/unbound/stubby 😏

@bsimmo
Copy link

bsimmo commented Nov 8, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants