-
Notifications
You must be signed in to change notification settings - Fork 6
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
Facing issues with Queue build(s) failed. #52
Comments
Are you using an on premise installation of DevOps or the SaaS version? |
Yes, we have on prem Enterprise installation. Above is all I get in the debug enabled logs. |
I assume you are using a self signed certificate? Which certificate is used when you navigate in a browser (where you are signed in) to one of the api urls? Is that certificate valid and installed on your build servers? |
We have Entrust Certification Authority cert that is signed and valid. I am able to browse the APIs/projects path and get valid details about projects. We have also updated our Agent servers to have the same certificate. yet we continue to get the message that CERT has expired. Is there any other URLs specifically we can try to manually walk thru for the Task? |
What versions are you running on? node.js, DevOps Server? One thing that's still strange to me, is the fact that the error log contains no file of the extension. So if the code fails during an api call, I would expect any code file of the extension in the stack trace. |
Thanks for your support. We were able to identify a Cert that was getting cached somehow with the TFS2018 Application. Once we restarted the services the issue was resolved. |
We are all good now. |
Over last few days we have been facing below error message soon as Queue build task initiates. Would someone be available to help identify which certificate in particular is expired? I have reviewed all apsects of the CERTs from DEVOPS Server, Agent Server, and have not been able to identify which cert is expired.
Error: certificate has expired
at Error (native)
at TLSSocket. (_tls_wrap.js:1092:38
at emitNone (events.js:86:13)
at TLSSocket.emit (events.js:185:7)
at TLSSocket._finishInit (_tls_wrap.js:610:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:440:38) code: 'CERT_HAS_EXPIRED' }
The text was updated successfully, but these errors were encountered: