Problem Max retries exceeded with url
Hello, I have configured the integration with mqtt but when I execute the door opening I have the following error in the logs:
2023-12-03 14:31:58,890 INFO clients.DahuaAPI Access Control - Unlocked magnetic lock #1
2023-12-03 14:31:58,982 ERROR clients.DahuaAPI Failed to open door, error: HTTPSConnectionPool(host='192.168.0.55', port=443): Max retries exceeded with url: /cgi-bin/accessControl.cgi?action=openDoor&UserID=101&Type=Remote&channel=1 (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1007)'))), Line: 367
2023-12-03 14:31:58,982 INFO clients.DahuaAPI Access Control - Locked magnetic lock #1
Reviewing the code I see that when calling the flag "verify=False" is used on the API call, so I don't really understand what could be happening.
Could you give me support on this?
All the best
Edited by Josep Selga