We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My error is:
2023-09-03 15:14:26.795 ERROR (SyncWorker_9) [custom_components.climate_ip.climate] Creating socket failed! 2023-09-03 15:14:27.402 ERROR (SyncWorker_6) [custom_components.climate_ip.climate] Error: Traceback (most recent call last): File "/config/custom_components/climate_ip/samsung_2878.py", line 283, in create_connection sslSocket.connect((cfg.host, cfg.port)) File "/usr/local/lib/python3.11/ssl.py", line 1379, in connect self._real_connect(addr, False) File "/usr/local/lib/python3.11/ssl.py", line 1370, in _real_connect self.do_handshake() File "/usr/local/lib/python3.11/ssl.py", line 1346, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1002)
I'm sorry if this is obvious lol, my token and MAC addresses are correct.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My error is:
2023-09-03 15:14:26.795 ERROR (SyncWorker_9) [custom_components.climate_ip.climate] Creating socket failed!
2023-09-03 15:14:27.402 ERROR (SyncWorker_6) [custom_components.climate_ip.climate] Error: Traceback (most recent call last):
File "/config/custom_components/climate_ip/samsung_2878.py", line 283, in create_connection
sslSocket.connect((cfg.host, cfg.port))
File "/usr/local/lib/python3.11/ssl.py", line 1379, in connect
self._real_connect(addr, False)
File "/usr/local/lib/python3.11/ssl.py", line 1370, in _real_connect
self.do_handshake()
File "/usr/local/lib/python3.11/ssl.py", line 1346, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1002)
I'm sorry if this is obvious lol, my token and MAC addresses are correct.
The text was updated successfully, but these errors were encountered: