Same here. My Pythonscripts that are using ssl giving out some errors 😅
Failed to fetch data from API. Error: HTTPSConnectionPool(host='
mysubdomain.serveo.net', port=443): Max retries exceeded with url: /api/data (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1002)')))
And my small nginx webserver cant access my locally running postgres database running on my raspberry pi.
Maybe I find a workaround with websockets over http as a fallback.
Im happy thats not, because my code and its actually a expired Lets Encrypt certificate. Are there any info when this will be fixed? 😅