Hello everyone, Can you guys help me with this issue?
I deploy the MONAILabel server on Ubuntu, I connect to that IP on Mac.
The connection is okay, but when I push on the Next Sample button, I get this error.
The Python console show errors like this
[Python] Download failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1129)>
[Python] Download failed (attempt 1 of 3)...
[Python] Download failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1129)>
[Python] Download failed (attempt 2 of 3)...
[Python] Download failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1129)>
[Python] Download failed (attempt 3 of 3)...
[Python] Failed to fetch Sample from MONAI Label Server.
[Python] Download failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1129)>
[Python] Download failed (attempt 1 of 3)...
[Python] Download failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1129)>
[Python] Download failed (attempt 2 of 3)...
[Python] Download failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1129)>
[Python] Download failed (attempt 3 of 3)...
[Python] Failed to fetch Sample from MONAI Label Server.
The error is SSL but I don’t have experiments about that. Can you guys help me solve this problem?
Thank you!