adamrehn / ue4-opencv-demo

Demo for integrating OpenCV and UE4 using conan-ue4cli
40 stars 14 forks source link

CERTIFICATE_VERIFY_FAILED #5

Open shelbylcass opened 3 years ago

shelbylcass commented 3 years ago

Error when building. Tested on both Linux and Windows systems, on two separate networks. We had previously built everything successfully on the Linux machine before, did something change? unreal: 4.22 conan: 1.23 conan-ue4cli: 0.0.21

$python3 build.py [HOOK - attribute_checker.py] pre_export(): WARN: Conanfile doesn't have 'license'. It is recommended to add it as attribute Exporting package recipe opencv-ue4/3.3.0@adamrehn/4.22: The stored package has not changed opencv-ue4/3.3.0@adamrehn/4.22: Exported revision: dc4d8beba4337cff03c475843e7a0b5d Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=clang compiler.libcxx=libc++ compiler.version=7.0 os=Linux os_build=Linux [options] [build_requires] *: toolchain-wrapper/ue4@adamrehn/4.22 [env] UNREAL_ENGINE_VERSION=4.22 libcxx/ue4@adamrehn/profile: Not found in local cache, looking in remotes... libcxx/ue4@adamrehn/profile: Trying with 'conan-center'... ERROR: Failed requirement 'libcxx/ue4@adamrehn/profile' from 'opencv-ue4/3.3.0@adamrehn/4.22' ERROR: HTTPSConnectionPool(host='conan.bintray.com', port=443): Max retries exceeded with url: /v1/ping (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)'),))

Unable to connect to conan-center=https://conan.bintray.com

  1. Make sure the remote is reachable or,
  2. Disable it by using conan remote disable, Then try again.
shelbylcass commented 3 years ago

After some looking, I can see Bintray was sunset May 2021, was the repository ever migrated to a new platform?