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

Update ssl logic for self signed certs #324

Closed
wants to merge 1 commit into from

Conversation

JoshDev
Copy link
Contributor

@JoshDev JoshDev commented Dec 25, 2023

This needs testing.

Should be able to pass ssl=False for aiohttp 3.7.4

May Resolve:
#314
#316

ssl_context.check_hostname = False
ssl_context.verify_mode = ssl.CERT_NONE
connector = TCPConnector(enable_cleanup_closed=True, ssl=ssl_context)
connector = TCPConnector(enable_cleanup_closed=True, ssl=False)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have any devices running ssl so I'm not able to test. I could merge and hope for the best?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me neither, we could do that and comment on those tickets to see if it fixes.

Btw are those automated pr test failures normal?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original way is triggering hassio warning but works, the one presented here throws error as Dahua Cams, at least mine, are not capable of tlsv1.3 and it all ends in error
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1084, in _wrap_create_connection raise ClientConnectorSSLError(req.connection_key, exc) from exc aiohttp.client_exceptions.ClientConnectorSSLError: Cannot connect to host 192.168.68.242:443 ssl:default [[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] ssl/tls alert handshake failure (_ssl.c:1000)]

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merged this #394

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Released in https://github.com/rroller/dahua/releases/tag/0.9.61

Can you please give it a try

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, let me close this

@JoshDev JoshDev closed this Oct 12, 2024
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.

3 participants