5
Localwp openssl version ubuntu 20.04 breaks pull from wpengine
complete
Christopher Schaub
I’ve been using localwp just fine for a few years. Have the latest version (5.9.4 linux), ubuntu 20.04. Now when I try to pull sites from wpengine, I get a libcrypto.so.1.0.0 error. My openssl is slightly newer, must have been a security patch in the last day from ubuntu? It's been working fine on Ubuntu 20.04 for a long while. I'm guessing maybe Ubuntu pushed an update to openssl, from 1.0 to 1.1? And the localwp code is expecting a specific version?
Here is the error from the logs when I try to pull …
{"thread":"main","class":"DevKitService","message":"ssh: /lib/libcrypto.so.1.0.0: version
OPENSSL_1.0.1' not found (required by ssh)\nssh: /lib/libcrypto.so.1.0.0: version
OPENSSL_1.0.0' not found (required by ssh)\n","level":"warn","timestamp":"2020-12-01T11:46:07.352Z"}My openssl version is OpenSSL 1.1.1f 31 Mar 2020. But I think it’s been that way for a while. Did some lightning update happen behind the scenes?
Activity Feed
Sort by
Meeae Dougherty
This fix was in the latest 5.9.9 Release!
https://localwp.com/releases/
K
Kerri Sharp
I am having the same issue on Ubuntu 20.10 when pulling sites from WPEngine.
Benjamin Turner
Christopher Schaub
Benjamin Turner : I downgraded my openssl to v 1.0.2g, make a symlink to libycrypto.so.1.0.0 in /lib ... and it's fixed. Downgrading openssl was not fun, but it fixed the issue. So, I think you must have 1.0.0 stuff or symbols hard coded in the app someplace as a dependency. Thx.
Benjamin Turner
Thanks for creating this bug report! Our team will be taking a closer look to try and replicate and fix soon!