Xcode Server 13.1/13.2b on 12.1 (21C5021h) Fails While Configuring SSL Certificates

Hi,

Anyone else seeing Xcode Server initialise failing while configuring SSL certificates?

Failure: Could not export API server SSL certificate: Error Domain=XCSSecurity Code=-1 "OpenSSL: Error decrypting key
4369385004:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:<snip>

Same result after sudo xcscontrol --reset + restart

Xcode Server 13.1 or 13.2b

macOS Monterey 12.1 (21C5021h) on Intel or Apple

  • FB9732898

Add a Comment

Accepted Reply

Try latest betas:

  • macOS Monterey beta 12.3 (21E5196i)
  • Xcode 13.3 beta (13E5086k)

Although nothing mentioned in releases notes this should have resolved:

  • Python 2.7 was removed from macOS in this update. Developers should use Python 3 or an alternative language instead. (39795874)
  • Great news! Can't wait for the release of 12.3...

Add a Comment

Replies

For me, this problem is finally solved by macOS 12.3 beta (21E5196i), tested with both the Xcode 13.3 beta and 13.2.1.

Hi, would it be possible for you to try downloading the latest beta software (macOS 12.3) from https://developer.apple.com/download/ ?

  • Accepted my own answer on previous page :)

  • FYI - on the python2 removal it looks like 12.3 (21E5196i) left behind AppleInternal PythonLegacy.framework symlinks eg /usr/bin/python -> ../../AppleInternal/Library/Frameworks/PythonLegacy.framework/Versions/2.7/bin/python

  • Unfortunately I can not test it on the machines, which have the problem, as both must stay able to build releases. I can not build releases with Beta software. But I am desperately waiting for this fix for such a long time now, that I'll setup another machine with 12.3, just to see the Xcode Server start finally! :-) Thank you so much for addressing this bug!

Add a Comment