I'm not sure when this started, but my error logs are full of SSL errors. This is an api accepting requests from a SPA, and I don't see any evidence of cert errors in the website or in the dev tools. I am using the Auto-renewing Let's Encrypt certificate.
I have two apis on the same server, but running in Django with DRF on top. The SSL errors are only showing up on one of the two (api.bhmc.org).
Sample errors:
2022-01-09 18:36:25,727: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)'),)': /api/5577280/envelope/
2022-01-09 18:36:25,780: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:749)'),)': /api/5577280/envelope/
2022-01-09 18:36:44,134: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:749)'),)': /api/5577280/envelope/
2022-01-09 18:37:08,820: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)'),)': /api/5577280/envelope/
2022-01-09 18:37:08,822: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:749)'),)': /api/5577280/envelope/
2022-01-09 18:37:08,894: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)'),)':