Yeah. Might be something due to Server configuration itself, I am not sure ..
Hi @<1831502554446434304:profile|TestyKitten53> , what if you set it to true? Do you get the same errors?
Don't mean to spam, but I am also facing issue when trying to upload the artifact.
NOTE: I have set clearml.conf.api.verify_certificate
to False
, still no luck uploading the artifact.
InsecureRequestWarning: Certificate verification is disabled! Adding certificate verification is strongly advised. See:
Retrying (Retry(total=2, connect=5, read=5, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)'))': /
Retrying (Retry(total=1, connect=5, read=5, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)'))': /
Retrying (Retry(total=0, connect=5, read=5, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)'))': /
Retrying (Retry(total=2, connect=5, read=5, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)'))': /
Retrying (Retry(total=1, connect=5, read=5, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)'))': /
Retrying (Retry(total=0, connect=5, read=5, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)'))': /
Retrying (Retry(total=2, connect=5, read=5, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)'))': /
Retrying (Retry(total=1, connect=5, read=5, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)'))': /
Retrying (Retry(total=0, connect=5, read=5, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)'))': /
2025-05-08 19:59:58,724 - clearml.storage - ERROR - Exception encountered while uploading HTTPSConnectionPool(host='clearml.icardio.ai', port=8081): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)')))
2025-05-08 19:59:58,725 - clearml.metrics - WARNING - Failed uploading to
(HTTPSConnectionPool(host='clearml.icardio.ai', port=8081): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)'))))
2025-05-08 19:59:58,726 - clearml.metrics - ERROR - Not uploading 1/1 events because the data upload failed
Yeah. Might be something due to Server configuration itself, I am not sure ..
Hi @<1831502554446434304:profile|TestyKitten53> , what if you set it to true? Do you get the same errors?