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

Unverified HTTPS request is being made to host #58

Open
varadujagan opened this issue Jun 13, 2023 · 2 comments
Open

Unverified HTTPS request is being made to host #58

varadujagan opened this issue Jun 13, 2023 · 2 comments

Comments

@varadujagan
Copy link

varadujagan commented Jun 13, 2023

Error Message

This error originated from a custom integration.

Logger: py.warnings
Source: custom_components/unifigateway/sensor.py:171
Integration: unifigateway (documentation)
First occurred: 9:16:16 PM (3 occurrences)
Last logged: 10:02:16 PM

/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py:1056: InsecureRequestWarning: Unverified HTTPS request is being made to host '192.168.10.1'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings warnings.warn(

**configuration.yaml **

sensor:
  - platform: unifigateway
    host: 192.168.10.1
    port: 443
    version: UDMP-unifiOS
    verify_ssl: false
    username: !secret u_unifi
    password: !secret p_unifi
    monitored_conditions:
      - www
      - wan

I tried reinstalling the component and also tried with and without verify_ssl. I don't know what to do, I'm getting so many warning Logs. Can anyone help me with this

@woodmj74
Copy link

See notes about filtering these out in the logs on this issue:

home-assistant/core#94243

Also on that thread is a comment about how this was resolved on another integration if the owner wants to investigate:

https://github.com/dougiteixeira/proxmoxve/pull/94/files

@varadujagan
Copy link
Author

after checking the above links ..... it's not a unifigateway issue. it is a Home assistant Core issue ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants