ibmjstart / bluemix-letsencrypt

Let's Encrypt wrapper for Cloud Foundry apps on IBM Bluemix
MIT License
36 stars 15 forks source link

Getting error BXNUI2081E while uploading certificate files #12

Closed frkncngz closed 6 years ago

frkncngz commented 6 years ago

I am getting the following error at the upload step:

Attempting certificate upload...
Uploading certificate to domain 'xxxxx.co'...
FAILED
Error response from server. Status code: 500; description: BXNUI2081E: <b>The certificates and keys were not modified because an unknown error occurred: Error.</b> <br>Click the <b>Account and Support</b> icon in the top menu bar, click <b>Get help</b>, and search for help or get support..

Making GET request to https://xxxxx.co
HTTPSConnectionPool(host='xxxxx.co', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_read_bytes', 'tlsv1 unrecognized name')],)",),))
Warning: Please note that your SSL certificate, its corresponding PRIVATE KEY, and its intermediate certificates have been downloaded to the current working directory. If you need to remove them, use `rm *.pem`
Unable to upload certificates

I also tried to upload the files by using the following command but still getting the same error.

bx security cert-add xxxxx.co -k privkey.pem -c cert.pem -i chain.pem

What might be the reason?

frkncngz commented 6 years ago

Strangely it disappeared by itself 🤔