Hi,
I have been busy working out how to extract data directly from openapi.alphaess.com/api/ using PHP. Today 26OCT2025 I discovered that a script that I’d written and which had been working correctly was failing. A bit more investigating on my part reveals that the certificate for *.alphaess.com has expired.
I imagine that the expired CERT will affect other things. Hopefully the problem will be remedied sometime soon.
[EDIT]  File “/usr/lib/python3/dist-packages/aiohttp/connector.py”, line 982, in _wrap_create_connection
raise ClientConnectorCertificateError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host openapi.alphaess.com:443 ssl:True [SSLCertVerificationError: (1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:992)’)][/EDIT]
      
    
