Search code examples
xcode6osx-server

Can't create bot using Xcode 6.0.1 due to server certificate validation failure


I have upgraded to Xcode 6.0.1 and OSX Server 3.2.1. When I go to setup my bots, I select my shared schema, enter a name, and select my OSX server. When I press next, it validates my source control settings and gives me the following warning:

Xcode Server ad some issues verifying the credentials for your workspace. Correct or ignore the issues below, and click "Next" to try again.

There is a single issue below, which reads:

The server certificate failed to verify

What does this error mean, and how can I resolve it?


Solution

  • I was able to figure this out. Xcode creates a "Code Signing Certificate" when you join the server to your development group. I needed to go into keychain and mark this certificate as "Always Trust". Everything seems to be working after that.