On Thu, Aug 07, 2014 at 02:59:26PM +0200, Martin Juhl wrote:
Ahh.. now it makes sense..
Probably leftovers from the migration...
ttprpm01:/usr/lib/obs/server # osc -A https://ttprpm01.ttg.local:443 signkey --delete Butik-Server Server returned an error: HTTP Error 400: Bad Request must have a key for signing
Any ideas???
Yeah, that's because of the "forceprojectkeys" setting. Please add
our $forceprojectkeys = 0;
to /usr/lib/obs/server/BSConfig.pm and restart the source server.
M.