[opensuse-buildservice] Build failure due to a missing RSA key ?
Hi, On OBS I have branched a package in order to submit a change request. However, the build of the package fails very quickly, making it impossible for me to test my change. The build log only contains a single line: could not retrieve ssl certificate: 400 remote error: Need an RSA key for openssl signing, please create a new key for home oreinert This seems like an issue with OBS? The build log can be found here: <https://build.opensuse.org/package/live_build_log/home:oreinert:branches:devel:ARM:Factory:Contrib:RaspberryPi/kernel-raspberrypi/standard/armv6l> Regards, Olav -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Olav Reinert <seroton10@gmail.com> writes:
could not retrieve ssl certificate: 400 remote error: Need an RSA key for openssl signing, please create a new key for home oreinert
You need to run "osc signkey --create" on your home project to replace the DSA key with a new RSA key. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Sunday 23 August 2015 20.54:51 Andreas Schwab wrote:
could not retrieve ssl certificate: 400 remote error: Need an RSA key for openssl signing, please create a new key for home oreinert You need to run "osc signkey --create" on your home project to replace
Olav Reinert <seroton10@gmail.com> writes: the DSA key with a new RSA key.
That doesn't seem to work: $ cat .osc/_project home:oreinert $ osc signkey --sslcert home:oreinert has no key, trying home Server returned an error: HTTP Error 404: Not Found home $ osc signkey --create <status code="ok" /> $ osc signkey --sslcert home:oreinert has no key, trying home Server returned an error: HTTP Error 404: Not Found home Also, the build of the kernel-raspberrypi package still fails with the same error message. Olav -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Sunday 23 August 2015, 22:09:09 wrote Olav Reinert:
On Sunday 23 August 2015 20.54:51 Andreas Schwab wrote:
could not retrieve ssl certificate: 400 remote error: Need an RSA key for openssl signing, please create a new key for home oreinert You need to run "osc signkey --create" on your home project to replace
Olav Reinert <seroton10@gmail.com> writes: the DSA key with a new RSA key.
That doesn't seem to work:
$ cat .osc/_project home:oreinert $ osc signkey --sslcert home:oreinert has no key, trying home Server returned an error: HTTP Error 404: Not Found home $ osc signkey --create <status code="ok" /> $ osc signkey --sslcert home:oreinert has no key, trying home Server returned an error: HTTP Error 404: Not Found home
Also, the build of the kernel-raspberrypi package still fails with the same error message.
It will get created when the build process is using it now (after getting a new gpg key as base). Yes, that is quite a nasty interface, we should change something here :/ -- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mon, Aug 24, 2015 at 9:07 AM, Adrian Schröter <adrian@suse.de> wrote:
On Sunday 23 August 2015 20.54:51 Andreas Schwab wrote:
could not retrieve ssl certificate: 400 remote error: Need an RSA key for openssl signing, please create a new key for home oreinert You need to run "osc signkey --create" on your home project to replace
Olav Reinert <seroton10@gmail.com> writes: the DSA key with a new RSA key.
That doesn't seem to work:
$ cat .osc/_project home:oreinert $ osc signkey --sslcert home:oreinert has no key, trying home Server returned an error: HTTP Error 404: Not Found home $ osc signkey --create <status code="ok" /> $ osc signkey --sslcert home:oreinert has no key, trying home Server returned an error: HTTP Error 404: Not Found home
Also, the build of the kernel-raspberrypi package still fails with
On Sunday 23 August 2015, 22:09:09 wrote Olav Reinert: the same
error message.
It will get created when the build process is using it now (after getting a new gpg key as base).
Hmm, well, the build still fails. But something has changed, now the error message is: could not retrieve ssl certificate: 400 remote error: problems making Certificate Request What now? \Olav -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mon, 2015-08-24 at 09:07 +0200, Adrian Schröter wrote:
On Sunday 23 August 2015, 22:09:09 wrote Olav Reinert:
On Sunday 23 August 2015 20.54:51 Andreas Schwab wrote:
could not retrieve ssl certificate: 400 remote error: Need an RSA key for openssl signing, please create a new key for home oreinert You need to run "osc signkey --create" on your home project to replace
Olav Reinert <seroton10@gmail.com> writes: the DSA key with a new RSA key.
That doesn't seem to work:
It will get created when the build process is using it now (after getting a new gpg key as base).
Yes, that is quite a nasty interface, we should change something here :/
The problem still persists. Is this an OBS bug? Regards, Olav
On Mon, 2015-08-24 at 09:07 +0200, Adrian Schröter wrote:
On Sunday 23 August 2015, 22:09:09 wrote Olav Reinert:
On Sunday 23 August 2015 20.54:51 Andreas Schwab wrote:
could not retrieve ssl certificate: 400 remote error: Need an RSA key for openssl signing, please create a new key for home oreinert You need to run "osc signkey --create" on your home project to replace
Olav Reinert <seroton10@gmail.com> writes: the DSA key with a new RSA key.
That doesn't seem to work:
It will get created when the build process is using it now (after getting a new gpg key as base).
Yes, that is quite a nasty interface, we should change something here :/
The problem still persists. Is this an OBS bug? Regards, Olav -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Adrian Schröter
-
Andreas Schwab
-
Olav Reinert