-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile plugin with version Unreal 4.27 (ERROR: HTTPSConnectionPool... ) #5
Comments
I hope you've worked it out by now, and hopefully you've worked out a more secure solution than I did, but the way I got around this was to disable SSL certification on the conancenter remote.
|
i am sorry, i am complete your command and have same error( What version you build?
|
Have you solved ? |
Nope, yet |
I can't compile it too,but the error is different `PS C:\Users\78510> ue4 conan build "gdal-ue4==2.4.0" "mergetiff-ue4==0.0.6"
Exporting recipe for package "cares-ue4/1.13.0@adamrehn/4.27"...
Building package "gdal-ue4/2.4.0@adamrehn/4.27"... |
This has probably something to do with https://conan.bintray.com getting no more new packages after July 1st 2021: Conan Blogpost here. With these conan settings:
I can find the libcurl module
hogsy9 already briefly mentioned how to change the conan repository:
|
@iwer Thanks for your reply,I had try these conan setting:
But I still got:
and then I also had try these conan setting:
then I got a different problem:
I also try to disable SSL certification ,but still got the same problem. |
Wait just remembered: libcurl gets wrapped in a conan package from UE4 thirdparty libraries...
|
@iwer Thanks for your great help again,I'm using an installed build of ue,and i don't check the generate information carefully,after i build the source code, the problem has been solved, thank you so much |
I am download and install ue4cli and ue4 conan then I started installing the plugin from source on UnrealEngine 4.27 and met with an error:
The text was updated successfully, but these errors were encountered: