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

unable to verify the first certificate at Function.AxiosError.from #556

Open
bubbaglia opened this issue Jun 19, 2024 · 3 comments
Open

Comments

@bubbaglia
Copy link

Current Situation

Since start of june 2024, ewelink plugin is no more working.

I have checked user and password but they are correct becouse I can access to the site and app.

Logs

[6/19/2024, 9:56:49 AM] [eWeLink] An error occurred during http login().
[6/19/2024, 9:56:49 AM] [eWeLink] ***** Disabling plugin. *****
[6/19/2024, 9:56:49 AM] [eWeLink] ***** unable to verify the first certificate at Function.AxiosError.from (file:///homebridge/node_modules/homebridge-ewelink/node_modules/axios/lib/core/AxiosError.js:89:14). *****

Configuration

{
    "name": "eWeLink",
    "username": "***",
    "password": "***",
    "mode": "auto",
    "language": "en",
    "countryCode": "39",
    "platform": "eWeLink"
}

Environment

Docker: yes
OS: Ubuntu Jammy (22.04.3 LTS)
nodejs: v20.14.0
homebridge: v1.8.2
homebridge UI: v4.56.2

Process Supervisor

Docker (Mention image name in Additional Context)
hb-service

Additional Context

https://registry.hub.docker.com/r/homebridge/homebridge/

@mikeh
Copy link

mikeh commented Jun 26, 2024

Seeing exactly the same problem

@mikeh
Copy link

mikeh commented Jun 26, 2024

Okay this seems to have fixed it on my server:

  • Head into the Plugin Config for Homebridge eWeLink
  • Expand Advanced Settings
  • Set HTTP Host to Auto (Recommended) <- mine was set to None
  • Reload Homebridge when prompted

@bubbaglia
Copy link
Author

bubbaglia commented Jun 28, 2024

@mikeh thank you so much. it works now adding
"httpHost": "auto"

cheers

Okay this seems to have fixed it on my server:

  • Head into the Plugin Config for Homebridge eWeLink
  • Expand Advanced Settings
  • Set HTTP Host to Auto (Recommended) <- mine was set to None
  • Reload Homebridge when prompted

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