Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://lookup.binlist.net certificate is expired #282

Open
chrispangea opened this issue Jun 27, 2022 · 3 comments
Open

https://lookup.binlist.net certificate is expired #282

chrispangea opened this issue Jun 27, 2022 · 3 comments

Comments

@chrispangea
Copy link

https://lookup.binlist.net

@robgonnella
Copy link

We're hitting certificate expired error too. Looks like it expired today

openssl s_client -connect lookup.binlist.net:443
CONNECTED(00000005)
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = lookup.binlist.net
verify error:num=10:certificate has expired
notAfter=Jun 27 09:12:49 2022 GMT
verify return:1
depth=0 CN = lookup.binlist.net
notAfter=Jun 27 09:12:49 2022 GMT
verify return:1

@austlane
Copy link

Seeing the same result. Looks like the let's encrypt renewal process is interrupted/broken.

$ openssl s_client -connect lookup.binlist.net:443
CONNECTED(00000005)
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = lookup.binlist.net
verify error:num=10:certificate has expired
notAfter=Jun 27 09:12:49 2022 GMT
verify return:1
depth=0 CN = lookup.binlist.net
notAfter=Jun 27 09:12:49 2022 GMT
verify return:1
---
Certificate chain
 0 s:/CN=lookup.binlist.net
   i:/C=US/O=Let's Encrypt/CN=R3
 1 s:/C=US/O=Let's Encrypt/CN=R3
   i:/C=US/O=Internet Security Research Group/CN=ISRG Root X1
 2 s:/C=US/O=Internet Security Research Group/CN=ISRG Root X1
   i:/O=Digital Signature Trust Co./CN=DST Root CA X3
---

CC: @tjconcept

@austlane
Copy link

Looks like this has been corrected. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants