Closed FilipPlotnicki closed 7 years ago
This looks like a problem coming out of BouncyCastle trying to read your public/private key to sign the repository.
Check the key and password you've uploaded in the hosted repo config screen.
OK, it turned out that the fault was on our server provider's side. We can safely close this issue. Sorry for the trouble.
Hi! While trying to send a deb package to nexus with
curl -u username:password -X POST -H "Content-Type: multipart/form-data" --data-binary "@my_deb.deb" http://<hostname>:8085/repository/<name>/ -v
I'm getting this error: `What can be the cause of this error?