question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

__ CERT_HAS_EXPIRED in https://github.com/request/request

See original GitHub issue

Every pull request build failed in travis See err:


    operator: equal
    expected: |-
      null
    actual: |-
      { [Error: certificate has expired] code: 'CERT_HAS_EXPIRED' }
    at: Request._callback (/home/travis/build/request/request/tests/test-https.js:43:11)
    stack: |-
      Error: certificate has expired
          at TLSSocket.onConnectSecure (_tls_wrap.js:1047:34)
          at TLSSocket.emit (events.js:182:13)
          at TLSSocket._finishInit (_tls_wrap.js:629:8)

Linked PR: https://github.com/request/request/pull/3023/files You can see changes not break build, but build failed because CERT_HAS_EXPIRED

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:5
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
sushilaroracommented, Jun 1, 2020

Hi @reconbot I am facing the same issue again. I was requesting JSON File using the request module and it was working fine till 2 days back but today I am getting “CERT HAS EXPIRED” issue. Is this possible that this issue occurred again Or is it something at my end?

2reactions
reconbotcommented, Nov 23, 2018

Thank you @odykyi for staying on this issue. It’s now fixed!

I’ve added instructions on how anyone can fix this in the future in #3062

Read more comments on GitHub >

github_iconTop Results From Across the Web

'Certificate has expired' error for Let's Encrypt certificates (DST ...
Postman says the SLL certificate is expired, but it's not: image. We use Letsencrypt to deal with SSL on our APIs and believe...
Read more >
Request with cert and key fails with 'certificate has expired' but ...
I have spent days googling the issue I suffer with the error "certificate has expired", when I try to authenticate with a server...
Read more >
Github authentication fails with "certificate has expired" #97434
I don't know if this is relevant, but I normally use SSH authentication to GitHub; git actions do not require authentication but extension ......
Read more >
I got 'Certificate has expired' error #4113 - axios/axios - GitHub
Describe the bug Site request works fine on chrome with no certificate errors. To Reproduce Code const agent = new https.
Read more >
Error: Jira: request to URL failed, reason: certificate has expired
@johannesjo Nope, SSL Cert is Valid. I have tested it on https://www.ssllabs.com/ssltest/ and it shows it is valid.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found