Trading script starting with the following error

Hi,

My paper trading script starts with the following error:

File “/root/miniconda3/lib/python3.12/site-packages/requests/adapters.py”, line 698, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host=‘data.alpaca.markets’, port=443): Max retries exceeded with url: /v1beta1/options/quotes/latest?symbols= (Caused by SSLError(SSLError(1, ‘[SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2580)’))

What exactly does this signify? Thankfully this does not kill the program, but just curious to know the reason for this error.

Thanks

This has been dealt with here.