SSLError for /company endpoint

Hello!

I would like to raise an issue we seem to be having when trying to call the “/company” endpoint.
Over the most recent weeks, we have been experiencing issues with an SSLError. These being for endpoints like “company/companyNumber”, /company/companyNumber/registered-office-address, /company/companyNumber/filing-history etc.

The Error seems to be relating to port 443, and reaching a max retries exceeded issue with different urls.
It has only started happening this year, and we are not reaching the 600 requests within 5 minutes as our code handles this.

Error:
ERROR - HTTPSConnectionPool(host=‘api.companieshouse.gov.uk’, port=443): Max retries exceeded with url: /company/04726889 (Caused by SSLError(SSLError(“bad handshake: SysCallError(104, ‘ECONNRESET’)”,),))

requests:

“api_base”: “https://api.companieshouse.gov.uk
response = requests.get(api_base + api_conf.get(‘url’).replace(’{company_number}’, company_number), auth=(api_token, ‘’))

Would love to chat about this to get some answers. Your help would be awesome.

Thank you,
Grace