Re: Unable to upload SSL Certificate to cloudstack

2014-06-02 Thread Nitin Mehta
The UI does support uploading the server certificate. Were you uploading
chain certs (because UI doesn't support that) ? There is a bug in 4.3
where there is double decoding for this api. Check CLOUDSTACK-6499 for
reference and port it in 4.3 if possible.

Thanks,
-Nitin

On 02/06/14 10:59 AM, "Sujaya Maiyya (Intern)" 
wrote:

>Hi,
>  I am trying to upload an SSL certificate to cloudstack using
>uploadSslCert API since 4.3 version does not have UI support for the
>same. But on debugging, it was found that some characters were missing
>from certificate after it was decoded from the URL, due to which the
>following exception was raised:
>Invalid Certificate format. Expected X509 certificate
>
>Why are some characters missing after decoding and obtaining the
>certificate?
>
>Thank you,
>Sujaya



Unable to upload SSL Certificate to cloudstack

2014-06-02 Thread Sujaya Maiyya (Intern)
Hi,
  I am trying to upload an SSL certificate to cloudstack using uploadSslCert 
API since 4.3 version does not have UI support for the same. But on debugging, 
it was found that some characters were missing from certificate after it was 
decoded from the URL, due to which the following exception was raised:
Invalid Certificate format. Expected X509 certificate

Why are some characters missing after decoding and obtaining the certificate?

Thank you,
Sujaya