mwExtUpgrader icon indicating copy to clipboard operation
mwExtUpgrader copied to clipboard

OpenSSL: certificate verify failed

Open NathanielRMoss opened this issue 1 year ago • 1 comments

Can't seem to get around using openssl to update my extensions. Seems like wmflabs.org doesn't have a certificate anymore?

/var/www/wiki/extensions$ sudo php mwExtUpgrader.phar Note that this release of code is not stable. Do not use for production. Welcome to use mwExtUpgrader. This script can help you bulk upgrade MediaWiki extensions. Continue with this action? (y/n) y Please type the absolute path to the MediaWiki directory: /var/www/wiki mwExtUpgrader detected your MediaWiki version is 1.43.0 In ErrorChunk.php line 64: fopen(): SSL operation failed with code 1. OpenSSL Error messages: error:0A000086:SSL routines::certificate verify failed In NativeResponse.php line 110: fopen(): SSL operation failed with code 1. OpenSSL Error messages: error:0A000086:SSL routines::certificate verify failed exec:update ---- I run openssl ---- openssl s_client -showcerts -connect extdist.wmflabs.org:443 CONNECTED(00000003) depth=1 C = US, O = Let's Encrypt, CN = E5 verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = wmcloud.org verify return:1

NathanielRMoss avatar Feb 13 '25 19:02 NathanielRMoss

extdist.wmflabs.org work for me, you can try https://stackoverflow.com/a/48229339

RazeSoldier avatar Feb 14 '25 02:02 RazeSoldier

lack response, close issue

RazeSoldier avatar Apr 18 '25 10:04 RazeSoldier