You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.
Hi,
thanks for creating this integration!
I started getting these errors in the home-assistant log: InsecureRequestWarning: Unverified HTTPS request is being made to host 'nucleo.ksecosys.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
I tried to bump the pybotvac to version 0.0.24 but it contains an old certificate and so the communication stops entirely...
I created a pull request with the new cert: stianaske/pybotvac#82
but I wonder if there would be a better way? to just enable the urllib3 cert validation like suggested in the link above?
The text was updated successfully, but these errors were encountered:
I would suggest this: stianaske/pybotvac#83
is there a reason you added the cert? instead of just setting it to True so requests validates the cert (chain) itself?
Hi,
thanks for creating this integration!
I started getting these errors in the home-assistant log:
InsecureRequestWarning: Unverified HTTPS request is being made to host 'nucleo.ksecosys.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
I tried to bump the pybotvac to version 0.0.24 but it contains an old certificate and so the communication stops entirely...
I created a pull request with the new cert:
stianaske/pybotvac#82
but I wonder if there would be a better way? to just enable the urllib3 cert validation like suggested in the link above?
The text was updated successfully, but these errors were encountered: