Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Amogh Vasekar
Hi, For the encoding, in your case it was the space character causing the issue - it should be replaced by %20. The correct encoding would be (hoping mail clients don't screw up the blob): -BEGIN%20CERTIFICATE-%0AMIIDfTCCAuagAwIBAgIDErvmMA0GCSqGSIb3DQEBBQU AME4xCzAJBgNVBAYTAlVT%0AMRAwDgYDV

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
Hi Wido, I have changed the value of secstorage.ssl.cert.domain and restart management server, before I start uploading all the certificates. I found this article, which might be related to the problem: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Troubleshooting+-+uploading+custom+dom

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Wido den Hollander
> Op 27 sep. 2014 om 19:25 heeft Indra Pramana het volgende > geschreven: > > Dear all, > > FYI, I managed to complete the tasks and install the certificates. As a > workaround to the unable to upload the root/intermediate cert via API > issue, I uploaded a certificate with just "BEGIN" as

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
Dear all, FYI, I managed to complete the tasks and install the certificates. As a workaround to the unable to upload the root/intermediate cert via API issue, I uploaded a certificate with just "BEGIN" as text via API, and then proceed to update the keystore table on the MySQL database directly to

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
Dear all, Apologise for sending quite a lot of emails tonight. Anyone knows if it's safe for me to update the keystore table on the database directly? Since the API call doesn't work. Thank you. On Sun, Sep 28, 2014 at 12:39 AM, Indra Pramana wrote: > Only if I key in the certificate as "BEGI

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
Only if I key in the certificate as "BEGIN", then it seems to be accepting. But of course, the certificate is invalid. 1efe722a-e7c7-4c43-9f6b-67ce860dbe34 Is it my browser issue? I have tried using two different browsers: Firefox and Chrome, and both are having the same problem. On Sun, Sep

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
I tried to key in just "BEGIN CERTIFICATE\nEND CERTIFICATE" without the "-" and the content of the certificate itself. Same problem persists, it says parameter certificate is invalid, contains illegal ASCII non-printable characters. 431 Received value BEGIN CERTIFICATE END CERTIFICATE f

Re: CloudStack - cache disk policy

2014-09-27 Thread Wido den Hollander
On 27-09-14 11:00, Thierry Bernard wrote: > Dear CloudStack team, > > First let me introduce myself I am working for EasyVirt company around > the cloud and virtualization technologies. > Also in order to integrate CloudStack in one of our projects we need to > use the write-back cache disk feat

CloudStack - cache disk policy

2014-09-27 Thread Thierry Bernard
Dear CloudStack team, First let me introduce myself I am working for EasyVirt company around the cloud and virtualization technologies. Also in order to integrate CloudStack in one of our projects we need to use the write-back cache disk feature. From this link it seems that this feature will

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
Hi Amogh and all, To add, I am using RapidSSL and I got the root and intermediate CAs from here: https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&actp=CROSSLINK&id=SO26457 I have ensured that the encoding is done correctly, but still there's issue when I tried to

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
Hi Amogh, I tried again tonight, still the same. Not too sure why, is it something wrong with the certificate? But I have confirmed that it's the correct root certificate from my CA. Any other advice? Looking forward to your reply, thank you. Cheers. On Tue, Sep 23, 2014 at 12:56 AM, Amogh Vas