This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
"unable to verify the first certificate" on first run - Linux - Ubuntu #296
Closed
Description
I am trying to install the agent on Ubuntu got an issue:
when running ./run.sh it give me "unable to verify the first certificate"
somebuild@somevm:~$ ./run.sh
Enter alternate username > some user
Enter alternate password >
Enter server url > https://tfs.some.url.com/tfs/
Enter agent name (enter sets somevm) >
Enter agent pool name (enter sets default) > some pool
Enter force basic (enter is false) > true
Error starting the agent
**unable to verify the first certificate**
However my Linux talks SSL with the TFS server: root certificate is in ca-sertificates and the issuing and TFS server certificates are trusted.
somebuild@somevm:~$ openssl s_client -connect tfs.some.url.com:443
CONNECTED(00000003)
...
Secure Renegotiation IS supported
SSL-Session:
Protocol : TLSv1
...
Timeout : 300 (sec)
Verify return code: 0 (ok)
Any suggestion for troubleshooting?
What exactly could not verify the first certificate?
And what is the first certificate?
I cannot register the agent because of this.
Metadata
Metadata
Assignees
Labels
No labels