All Topics
Composer SSL error
Hi we are getting this issue when trying to deploy our changes to our staging server:
DEBUG [2928de5d] The "https://composer.admincolumns.com/download?package=admin-columns/ac-addon-acf&version=2.7" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
DEBUG [2928de5d]
DEBUG [2928de5d] error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
DEBUG [2928de5d]
DEBUG [2928de5d] Failed to enable crypto
DEBUG [2928de5d]
DEBUG [2928de5d] failed to open stream: operation failed
DEBUG [2928de5d]
I was checking with our server technician and these are his words:
The problem is that they are still serving the old Letsencrypt chain; It's been a disaster for the past two weeks.
When connecting this is what I'm seeing:
❯ openssl s_client -showcerts -servername composer.admincolumns.com -connect composer.admincolumns.com:443
CONNECTED(00000005)
depth=1 O = Digital Signature Trust Co., CN = DST Root CA X3
verify error:num=10:certificate has expired
notAfter=Sep 30 14:01:15 2021 GMT
verify return:0
depth=1 O = Digital Signature Trust Co., CN = DST Root CA X3
verify error:num=10:certificate has expired
notAfter=Sep 30 14:01:15 2021 GMT
verify return:0
depth=3 O = Digital Signature Trust Co., CN = DST Root CA X3
verify error:num=10:certificate has expired
notAfter=Sep 30 14:01:15 2021 GMT
verify return:0
You must be logged in to reply to this topic.