-
Notifications
You must be signed in to change notification settings - Fork 867
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
[BUG]: Linux agent config return invalid SSL certificate while using --sslskipcertvalidation #4516
Comments
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 :
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? |
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, |
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
The text was updated successfully, but these errors were encountered: