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 E0DDA11692 for ; Mon, 22 Sep 2014 11:36:30 +0000 (UTC) Received: (qmail 17864 invoked by uid 500); 22 Sep 2014 11:36:30 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 17816 invoked by uid 500); 22 Sep 2014 11:36:30 -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 17805 invoked by uid 99); 22 Sep 2014 11:36:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2014 11:36:29 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.54] (HELO mail-pa0-f54.google.com) (209.85.220.54) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2014 11:36:25 +0000 Received: by mail-pa0-f54.google.com with SMTP id fb1so4423659pad.27 for ; Mon, 22 Sep 2014 04:36:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=v8xYtnQbERoQ/FwOuooWweQ7OKBtheDnCFO/OTFBZ6E=; b=jQW9m9QN6e5S5aDla8l67x6dp8M3YgWxEb4kFroHbVBnWS0rbAMqhJ2FV4TTbmoGGA wPfPovHNclKjkLVej6adulYZncahfVusE7uB/m//2I+SVqCMds+O/no9Ljo7ofE2TyqJ gaOaFIz17uMUiKel9+WJboFtm3HZjHhlR56sn38/pE3MU2Ov+cr8qQuegpSi7Zx9Nkiy qwHjS0dFW+jynhhK4qWr7EnQpbNDh+6uoF+jLIP8/m3G7x8GoseCg0918ZbjxitHypHu 6q2VNiSZGYXi6zo4/sGTghFhKhBFI/nNBJmsWgjeX5qcdCPwbtJfTxUllH6ZfYdU1RMS 0Vsg== X-Gm-Message-State: ALoCoQm3h8BTMKj7+dRRr/4SaVyG+3EAm3maaXpwRahBP/VY/2NXSsPdGkhF2uHJ0wlIyEAN0g33 MIME-Version: 1.0 X-Received: by 10.70.33.142 with SMTP id r14mr23044710pdi.90.1411385763422; Mon, 22 Sep 2014 04:36:03 -0700 (PDT) Received: by 10.70.13.3 with HTTP; Mon, 22 Sep 2014 04:36:03 -0700 (PDT) Date: Mon, 22 Sep 2014 19:36:03 +0800 Message-ID: Subject: Unable to upload SSL certificate for realhostip replacement From: Indra Pramana To: "users@cloudstack.apache.org" , "dev@cloudstack.apache.org" Content-Type: multipart/alternative; boundary=047d7bf0cd601205e40503a5dbf4 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bf0cd601205e40503a5dbf4 Content-Type: text/plain; charset=UTF-8 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+Replace+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. --047d7bf0cd601205e40503a5dbf4--