I’m trying to run sdkmanager on a network that injects self signed certificates on HTTPS connections. Typically this breaks applications that use HTTPS unless there is a way to add the certificate(s) to the application or point the application to the system level certificate store.
Is there a way to get the sdkmanager to use the default system level certificate store?
/etc/ssl/certs/ca-certificates.crt
It seems like the NODE_EXTRA_CA_CERTS environment variables is not honored by Electron based apps.
Running with --ignore-certificate-errors does not resolve the issue.
Thanks!
2 Likes
I have the same issue. Have you figured out a solution?
13:36:48 INFO: CUDA on Host - host: start to download https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-4.5.1/JETPACK_451_b17/ubuntu1804/cuda-repo-ubuntu1804-10-2-local-10.2.89-440.40_1.0-1_amd64.deb to /downloads/cuda-repo-ubuntu1804-10-2-local-10.2.89-440.40_1.0-1_amd64.deb
13:36:48 ERROR: CUDA on Host - host: DevZone get download url failed: RequestError: self signed certificate in certificate chain.
13:36:48 ERROR: CUDA on Host - host: Download 'CUDA on Host' failure
13:36:48 ERROR: CUDA on Host - host: DevZone get download url failed: RequestError: self signed certificate in certificate chain.
No, I never found a fix to this. Seems like this other thread didn’t either: https://forums.developer.nvidia.com/t/sdkmanager-login-problem
1 Like
I have the same problem. Is there anyway around this issue?