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

awn_de: Skip cert verification on POST requests as well #2146

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

scoop
Copy link
Contributor

@scoop scoop commented Jun 15, 2024

Similar to #1333, I've seen SSL cert verification issues on the latest HassOS. After disabling verification to the POST requests in addition to the GET request that was done in the aforementioned issue, the component is successfully downloading ICS data for me again.

@5ila5 5ila5 merged commit c5d5066 into mampfes:master Jun 15, 2024
@5ila5
Copy link
Collaborator

5ila5 commented Jun 15, 2024

Thanks for your contribution.

I'm not the biggest fan of disabling SSL verification, but if it's not working properly on some machines it's probably fine to disable it as it's not a very critical application

@scoop scoop deleted the fix-awn_de-ssl-errors branch June 15, 2024 13:29
@scoop
Copy link
Contributor Author

scoop commented Jun 15, 2024

I'm not the biggest fan of disabling SSL verification, but if it's not working properly on some machines it's probably fine to disable it as it's not a very critical application

Agreed, but since it was already disabled on one of the requests, it's barely worsening it by disabling it on the others 😅

Thanks for merging!

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

Successfully merging this pull request may close these issues.

2 participants