Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6392 Discussions

Failed to wget GPG-PUB-KEY-INTEL-OPENVINO-2020 with PRC proxy

Bo_L_Intel
Employee
1,449 Views

Hi OpenVINO team,

When installing the OpenVINO runtime from APT inside Intel network, the first step to download the GPG key was failed. Could you please check and solve it.

$wget https://apt.repos.intel.com/openvino/2020/GPG-PUB-KEY-INTEL-OPENVINO-2020

Unable to establish SSL connection.

Also, after added "deb https://apt.repos.intel.com/openvino/2020 all main" to APT repository, the apt update was failed too.

Ign:1 https://apt.repos.intel.com/openvino/2020 all InRelease
Err:2 https://apt.repos.intel.com/openvino/2020 all Release
  gnutls_handshake() failed: Error in the pull function.

Additional: wget https://www.google.com can work successfully.

 

Thanks,

0 Kudos
4 Replies
SIRIGIRI_V_Intel
Employee
1,449 Views

Hi Bo L,

This issue might be due to system time could be out-of-sync therefore invalidating the certificates.

sudo /usr/sbin/update-ca-certificates --fresh

Alternatively, try to add --no-check-certificate as shown below:

wget --no-check-certificate https://apt.repos.intel.com/openvino/2020/GPG-PUB-KEY-INTEL-OPENVINO-2020

Let us know if this helps.

Regards,

Ram prasad

0 Kudos
Bo_L_Intel
Employee
1,449 Views

Hi Ram prasad,

Thanks for the quick reply. Unfortunately, both of your suggestion were not help. The downloading still could rarely be succeed over hundred times.

But with Intel network and PRC proxy enabled, this package can be downloaded stably on Windows laptop.

I doubt the proxy/firewall caused this unable to establish SSL connection issue. (FYI, there isn't this issue under PRC public network, or Intel network with India proxy.)

Thanks,

Bo L.

0 Kudos
Bo_L_Intel
Employee
1,449 Views

Hi Ram prasad,

I was thinking that the site "apt.repos.intel.com" should not be restricted to access from internal network, since it is already open to public network. We could not test our product before releasing to external customer.

Do you have any comment on how to move further?

Thanks,

Bo L. 

0 Kudos
kbillore
Employee
1,175 Views

Any resolution to this..? I am also not able to access apt.repos.intel.com from internal network.

ubuntu@xxx:~/docker_ci$ wget --no-check-certificate https://apt.repos.intel.com/openvino/2020/GPG-PUB-KEY-INTEL-OPENVINO-2020
--2021-04-27 16:38:27-- https://apt.repos.intel.com/openvino/2020/GPG-PUB-KEY-INTEL-OPENVINO-2020
Resolving apt.repos.intel.com (apt.repos.intel.com)... 23.76.106.137, 2600:1417:5e:68d::4b23, 2600:1417:5e:698::4b23

0 Kudos
Reply