- This topic has 6 replies, 3 voices, and was last updated 8 years, 8 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
Home › Forums › Help and Support › Unable to download Xrite corrections
I just downloaded DisplayCAL 3.1.6 on a new computer, and connected my i1 Display Pro. When I try to download the automatic corrections, it fails with this error:
1 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
I can work around it by downloading i1ProfilerSetup.exe separately.
Calibrite Display Pro HL on Amazon
Disclosure: As an Amazon Associate I earn from qualifying purchases.
Which OS are you using? Seems there may be something amiss with the system’s Certificate Authority store.
OS X 10.10.5. I thought it might be related to Mac Ports, because I had python27 installed from there. But I uninstalled all Python-related ports and the problem persists.
After a bit of searching I found that the OS X 10.5 compatible Python 2.7 that I’m using to build the standalone app does neither use the system CA certificates nor include its own. Previously this wasn’t an issue because X-Rite served downloads over HTTP, but now that they are enforcing HTTPS, the server certificate cannot be verified by the bundled Python due to its lack of CA certificates. I’ve worked around this now by hosting the necessary files myself, which also has the benefit of much smaller download sizes.
You may download the file manually here: https://sourceforge.net/projects/dispcalgui/files/3rdparty/iColorDisplay_DeviceCorrections.txt/download
Thank you so much Florian!