Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] iot.eclipse.org's certificate has expired

I'm checking the TLSv1.2 connection of iot.eclipse.org server.
It seems that certificate has expired.  it needs to renew the server certificate.
notAfter=Sep  1 17:23:00 2016 GMT

CAfile was copied from https://letsencrypt.org/certificates/

$ openssl s_client -connect iot.eclipse.org:8883 -CAfile /usr/share/ca-certificates/lets-encrypt-x3-cross-signed.crt

CONNECTED(00000003)
depth=2 O = Digital Signature Trust Co., CN = DST Root CA X3
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
verify return:1
depth=0 CN = iot.eclipse.org
verify error:num=10:certificate has expired
notAfter=Sep  1 17:23:00 2016 GMT
verify return:1
depth=0 CN = iot.eclipse.org
notAfter=Sep  1 17:23:00 2016 GMT
verify return:1



Tomy Technology
Tomoaki  YAMAGUCHI

Back to the top