__ CERT_HAS_EXPIRED in https://github.com/request/request
See original GitHub issueEvery 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:
- Created 5 years ago
- Reactions:5
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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?
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