Required Information
-
DietPi version
G_DIETPI_VERSION_CORE=8
G_DIETPI_VERSION_SUB=19
G_DIETPI_VERSION_RC=1
G_GITBRANCH=‘master’
G_GITOWNER=‘MichaIng’
G_LIVE_PATCH_STATUS[0]=‘applied’
G_LIVE_PATCH_STATUS[1]=‘not applied’ -
Distro version |
bookworm 1 -
Kernel version |
Linux VanDerMedPlay 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux -
Architecture |
armhf -
SBC model |
RPi 2 Model B (armv7l) -
Power supply used |
RPI power supply -
SD card used |
SanDisk ultra
Additional Information (if applicable)
- Software title |
Home Assistant - Was the software title installed freshly or updated/migrated → updated
- Can this issue be replicated on a fresh installation of DietPi? → no idea
Steps to reproduce
- This problem began after updating to Bookworm with an upgrade of Python → 3.11
Extra details
Since I upgraded to Python 3.11 I’m facing SSL verification errors on some (2) integrations.
I’m running HA Core 2023.7.1 in a virtual Python env. Has anyone an idea about this error and how to solve?
This is the full log:
2023-07-10 09:04:55.985 DEBUG (MainThread) [custom_components.husqvarna_automower] Exception in async_setup_entry: Cannot connect to host api.amc.husqvarna.dev:443 ssl:True [SSLCertVerificationError: (1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)’)]
2023-07-10 09:04:55.994 DEBUG (MainThread) [custom_components.husqvarna_automower] Finished fetching husqvarna_automower data in 0.253 seconds (success: False)
2023-07-10 09:04:55.995 WARNING (MainThread) [homeassistant.config_entries] Config entry ‘husqvarna_automower’ for husqvarna_automower integration could not authenticate
I tried these things:
apt install ca-certificates
apt update
apt upgrade