Closed zeinali0 closed 11 months ago
I have the same problem with self-hosted Ubuntu 20.04 instance in an Azure Devops managed scaleset. The agent fails to provision (in Azure scaleset, you don't specify agent script or anything, it's all handled by Microsoft). The error it throws is :
Virtual Machine Scale Set Name: "redacted"): Code="VMExtensionProvisioningError" Message="VM has reported a failure when processing extension 'Microsoft.Azure.DevOps.Pipelines.Agent' (publisher 'Microsoft.VisualStudio.Services' and type 'TeamServicesAgentLinux'). Error message: \"The Extension failed to execute: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1131)>\". More information on troubleshooting is available at https://aka.ms/vmextensionlinuxtroubleshoot. " Target="2909"
I've updated to Ubuntu 22.04 and believe it has the same type issue.
BTW: this started October 17th and has been that way since.
@zeinali0 , @ChrisPetr0 thanks for reporting this! We'll take a look
Hi @zeinali0, @ChrisPetr0, the fix was included in v3.232.0 which is in the pre-release stage now. Could you please check that the error is fixed if it's possible, or I could re-ping you once we fully release it?
Hi @zeinali0, @ChrisPetr0, the fix was included in v3.232.0 which is in the pre-release stage now. Could you please check that the error is fixed if it's possible, or I could re-ping you once we fully release it?
Good Day Dmitri - I won't be able to test until week of Dec 18th but happy to do so once I am able ! Thanks for the update
Hi @ChrisPetr0, Agent v.3.232.0 is available as a stable release, this version should resolve the issue. I'll close this issue for this moment, but please feel free to share updates if this issue still occurs.
What happened?
I'm trying to run a self-hosted azure pipeline agent (vsts-agent-linux) I'm using
./config.sh --sslskipcertvalidation
to configure agent, it work on first connection it ask for pipeline name and register the agent in pipeline agents successfully but after it ask for working directory (_work) when i press enter it return SSL connection problem. I also trusted my self-signed certificate on my linux machine and when i check ssl of my Azure DevOps Server with openssl it return ok.Versions
vsts-agent-linux-x64-3.230.0
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
Azure DevOps Server (Please specify exact version in the textbox below)
Azure DevOps Server Version (if applicable)
Azure DevOps Server 2022
Operation system
Centos 9
Version controll system
No response
Relevant log output