Generic camera stops working after 24 hours

I have 3 generic camera still_image_url platforms set up in configuation.yaml. Two go to Amcrest and one goes to Foscam. All stop working at the same time after 24 hours.

Pasting the URL in a web browser still works and the live feeds are still viewable on my TinyCam Android app, as are their web pages.

And reboot of the server is required to get them working again.

camera:
  - platform: generic
    name: ThorCam1
    still_image_url: !secret foscam_thorcam1_url
    authentication: digest
    verify_ssl: false    
  - platform: generic
    name: ThorCam2
    still_image_url: "https://xxx.xxx.xxx.xxx/cgi-bin/snapshot.cgi"
    username: !secret amcrest_username
    password: !secret amcrest_password
    authentication: digest
    verify_ssl: false
  - platform: generic
    name: ThorCam3
    still_image_url: "https://xxx.xxx.xxx.xxx/cgi-bin/snapshot.cgi"
    username: !secret amcrest_username
    password: !secret amcrest_password
    authentication: digest
    verify_ssl: false
Logger: homeassistant.components.generic.camera
Source: components/generic/camera.py:157
Integration: generic (documentation, issues)
First occurred: February 10, 2022, 6:41:20 PM (7 occurrences)
Last logged: 12:25:04 PM

Error getting new camera image from ThorCam2: All connection attempts failed
Error getting new camera image from ThorCam1: Server disconnected without sending a response.
Error getting new camera image from ThorCam1: All connection attempts failed
Logger: homeassistant.components.generic.camera
Source: components/generic/camera.py:154
Integration: generic (documentation, issues)
First occurred: February 10, 2022, 6:41:30 PM (23 occurrences)
Last logged: 3:38:02 PM

Timeout getting camera image from ThorCam2
Timeout getting camera image from ThorCam1
Timeout getting camera image from ThorCam3

FYI: the Amcrest Integration does not support https, nor the ability to ignore a self-signed certificate. The Foscam is riddled with security holes, so I’d rather not use their Integration for that same reason.

Core-2022.2.5
supervisor-2022.01.1
OS 7.3

Any ideas how to fix?
Thanks.

P.S. I upgraded to OS 7.4 last night and this morning the camera generic platform stopped working again

P.P.S Core 2022.2.6 came out yesterday, so I upgraded it then. So far, no failures…

4 days on 2022.2.6 and no Generic Camera failures, yay!
Now 2022.2.8 is out … :neutral_face:

Well, neverrmind. Spoke too soon. After 7 days, HA decided not to connect to the camera again. A reboot of HA fixed it - again. Cameras working fine will all other apps.

Did you fix this?