SQ version 9.8
Ubuntu 20.04
Deployed through an Azure Virtual Machine
The error we are encountering when running the Prepare Analysis step in our pipeline is as follows:
##[error][SQ] API GET ‘/api/server/version’ failed, error was: {“errno”:“EPROTO”,“code”:“EPROTO”,“syscall”:“write”}
We have tried installing our self-signed certificates in the VM in which the pipeline runs, enabling tls version 1.2 and disabling 1.0 and 1.1 through the registry editor, and updating our agent pool. None of the forum posts we have seen make reference to Azure DevOps which makes solving this issue even more confusing.
Any help would be appreciated.