We have deployed docling-serve in a pod on openshift. The host container root CA bundles have been updated to the local bundle. When the ui tries to open https://arxiv.org/pdf/2501.17887 I get this error:
ERROR:docling_jobkit.orchestrators.local.worker:Worker 0 failed to process job b800c912-c67d-432b-a4a2-a8dedf6c91c8: HTTPSConnectionPool(host='arxiv.org', port=443): Max retries exceeded with url: /pdf/2501.17887 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:998)')))
Is there an internal root CA bundle that needs to be replaced? If so why not use the host bundle?
Can SSL Verification be turned off?