Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 418A9113D5 for ; Mon, 22 Sep 2014 16:57:11 +0000 (UTC) Received: (qmail 47398 invoked by uid 500); 22 Sep 2014 16:57:08 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 47355 invoked by uid 500); 22 Sep 2014 16:57:08 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 47333 invoked by uid 99); 22 Sep 2014 16:57:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2014 16:57:07 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of amogh.vasekar@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2014 16:56:43 +0000 X-IronPort-AV: E=Sophos;i="5.04,572,1406592000"; d="scan'208";a="173934796" From: Amogh Vasekar To: "dev@cloudstack.apache.org" , "users@cloudstack.apache.org" Subject: Re: Unable to upload SSL certificate for realhostip replacement Thread-Topic: Unable to upload SSL certificate for realhostip replacement Thread-Index: AQHP1ll6ZzuhEsu/vEKz6C4rFLwiSpwNX6EA Date: Mon, 22 Sep 2014 16:56:33 +0000 Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-ID: <54425FCE5F6B8F4387DFE28276EC375C@citrix.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Can you try using http://meyerweb.com/eric/tools/dencoder/ Amogh On 9/22/14 4:36 AM, "Indra Pramana" wrote: >Dear all, > >I am following the instruction on this documentation to replace >realhostip.com with my own domain. > >https://cwiki.apache.org/confluence/display/CLOUDSTACK/Procedure+to+Replac >e+realhostip.com+with+Your+Own+Domain+Name > >Everything is fine until I need to upload the root certificate via API. I >have URL-encoded the certificate using online URL encoder tool such as: > >http://www.url-encode-decode.com/ > >However, when I run the API command, the certificate is rejected, saying >that it contains illegal ASCII non-printable characters: > >for parameter certificate is invalid, contains illegal ASCII non-printable >characters > >I have ensured and verified that it only contains generic ASCII text >format, no space, symbol etc. Tried using UTF-8, US-ASCII format while >encoding, but still cannot work. > >Any advice is greatly appreciated. > >Looking forward to your reply, thank you. > >Cheers.