I am testing Azure DevOps Pipelines and just installed the agent on a Windows computer.
However when I run config.cmd
, it cannot connect to my Azure DevOps server:
PS C:\agent> .\config.cmd
>> Connect:
Enter server URL > https://my-azure-devops-server.com
Enter authentication type (press enter for PAT) >
Enter personal access token > ****************************************************
An error occurred while sending the request.
Failed to connect. Try again or ctrl-c to quit
How can I check what happens? Could it be related to the fact that the server uses a self-signed HTTPS certificate?