appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 64 forks source link

Unable to find OpenSSL libraries in C:/OpenSSL-Win64 #3883

Closed igsilya closed 11 months ago

igsilya commented 12 months ago

Image: Visual Studio 2019 Example of a broken build: https://ci.appveyor.com/project/igsilya/ovs/build/job/s9an8eqwv8vf0ufl We didn't change any build configuration and it started failing since yesterday.

HarelM commented 12 months ago

I have an issue with openssl as well on MacOS system, not sure if this the same, but it started 4 days ago: https://ci.appveyor.com/project/IsraelHikingHost/site/builds/47413285/job/wp6ldt3lrtt2xmpi I'm getting:

bad decrypt
0036860801000000:error:1C800064:Provider routines:ossl_cipher_unpadblock:bad decrypt:providers/implementations/ciphers/ciphercommon_block.c:124:

I've tried to generate the encrypted files again on my local machine with all kinds of flags, but none of them seems to solve the issue... :-(

OwenMcDonnell commented 12 months ago

An image update to Visual Studio 2019 had caused the initial issue. We've patched that image, so it should be resolved now. @HarelM Mac images have not been updated recently so this must be unrelated.

HarelM commented 12 months ago

There was a change, not sure what, I managed to fix it by encrypting the files again. In any case, the error above is due to incorrect password... :-/

igsilya commented 11 months ago

@OwenMcDonnell The build is able to locate OpenSSL installation now. Thanks!