From dev-return-6621-apmail-rave-dev-archive=rave.apache.org@rave.apache.org Wed Sep 12 06:00:45 2012 Return-Path: X-Original-To: apmail-rave-dev-archive@www.apache.org Delivered-To: apmail-rave-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 E92FDD786 for ; Wed, 12 Sep 2012 06:00:45 +0000 (UTC) Received: (qmail 78463 invoked by uid 500); 12 Sep 2012 06:00:45 -0000 Delivered-To: apmail-rave-dev-archive@rave.apache.org Received: (qmail 78240 invoked by uid 500); 12 Sep 2012 06:00:41 -0000 Mailing-List: contact dev-help@rave.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@rave.apache.org Delivered-To: mailing list dev@rave.apache.org Received: (qmail 78212 invoked by uid 99); 12 Sep 2012 06:00:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 06:00:40 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jashaj@gmail.com designates 209.85.210.53 as permitted sender) Received: from [209.85.210.53] (HELO mail-pz0-f53.google.com) (209.85.210.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 06:00:36 +0000 Received: by dadg9 with SMTP id g9so733162dad.12 for ; Tue, 11 Sep 2012 23:00:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=qQhBuDQ4aZcBkuKxMdCNPUlDrEnKMU6H9Te5N7tge10=; b=JP1PfNyzVgrDFKywM/vm0R5oEQmlKxv6qgDw/LmdiTSxrZfCsGvD5kG+WxDwe5UqG+ 1/G5TpfpeFgYDHiJS9Uwtd0jO6xxIb2kg+m2rGqF973DBw2vSS+sU0szxwIE4rWmYnyT TpDCeY/Z0uki9ham5lu9nn+Msg6NJjLhfv2Aw/2/ZMyKKSKLzliHGS2or8Ak9t/GaSbu qUEr+WUn+aoCK52wlQBQZV6s11Qj7EBl6WCUXlmewvznvsdCHJuq3Um3vZalg4fs3MuC WKxVMIltjQ0q3wa3QAH+3TfRCwOMWGxeInn9tlY0IbCKkDvnPqwYRoGUNbT7kGTY6XBN 4Ahg== Received: by 10.68.136.40 with SMTP id px8mr15383812pbb.153.1347429615610; Tue, 11 Sep 2012 23:00:15 -0700 (PDT) MIME-Version: 1.0 Sender: jashaj@gmail.com Received: by 10.68.2.163 with HTTP; Tue, 11 Sep 2012 22:59:55 -0700 (PDT) In-Reply-To: References: <504E2D23.2040105@iu.edu> <504E42E4.3030702@iu.edu> From: Jasha Joachimsthal Date: Wed, 12 Sep 2012 07:59:55 +0200 X-Google-Sender-Auth: Zb4Oq_pxT84KLkp-IIoBCI1ZoS8 Message-ID: Subject: Re: Rave+HTTPS only on Port 443? To: dev@rave.apache.org Content-Type: multipart/alternative; boundary=047d7b15a805992ae004c97ae7bc X-Virus-Checked: Checked by ClamAV on apache.org --047d7b15a805992ae004c97ae7bc Content-Type: text/plain; charset=ISO-8859-1 If you don't specify the port, it will default to 443 for https. For a custom port like 8443 you need to specify it in the configuration files. On 12 September 2012 00:19, Heshan Suriyaarachchi < heshan.suriyaarachchi@gmail.com> wrote: > Hi Jasha, > > I updated the urls of the container.js as it is instructed in the tutorial > (ie. Changed http urls to https) but I did not do any port additions in > that file. > > I have following configurations in my portal.properties and > rave.shindig.properties files. > > rave-portal-resources/src/main/resources/portal.properties > > portal.opensocial_engine.protocol=https > portal.opensocial_engine.root=XXX.XXX.indiana.edu > portal.opensocial_engine.gadget_path=/gadgets > > > rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/src/main/resources/rave.shindig.properties > > shindig.host=XXX.XXX.indiana.edu > shindig.port= > > On Tue, Sep 11, 2012 at 4:47 AM, Jasha Joachimsthal >wrote: > > > It looks like the portal tries to contact Shindig on the default port. > Did > > you change all the entries in the container.js as well to use port 8443? > > > > On 11 September 2012 00:07, Heshan Suriyaarachchi < > > heshan.suriyaarachchi@gmail.com> wrote: > > > > > Following is the stacktrace. > > > > > > http://pastebin.com/dnhFhb3T > > > > > > Thanks, > > > Heshan > > > > > > On Mon, Sep 10, 2012 at 3:43 PM, Marlon Pierce > wrote: > > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > Hash: SHA1 > > > > > > > > We could get to the login page OK if using 8443, but then suffered > > > > meltdown when logging in. We'll dig up the stacktrace. > > > > > > > > > > > > Marlon > > > > > > > > > > > > On 9/10/12 3:35 PM, Jasha Joachimsthal wrote: > > > > > Couldn't you access the portal at all or were you able to log in, > > > > > but none of the widgets rendered? > > > > > > > > > > Jasha > > > > > > > > > > On 10 September 2012 20:10, Marlon Pierce wrote: > > > > > > > > > > Hi all-- > > > > > > > > > > We were reviewing the Rave+SSL instructions > > > > > (http://rave.apache.org/documentation/configure-ssl.html) and > > > > > noticed it requires using port 443. The instructions worked as > > > > > written (and didn't if we used 8443). > > > > > > > > > > Does anyone know the source of this constraint? It would be much > > > > > better for development purposes to not require restricted ports. > > > > > Also, has anyone looked at using Apache HTTPD + SSL + proxying as > > > > > an alternative? > > > > > > > > > > > > > > > Thanks-- > > > > > > > > > > > > > > > Marlon > > > > >> > > > > > > > > > -----BEGIN PGP SIGNATURE----- > > > > Version: GnuPG/MacGPG2 v2.0.16 (Darwin) > > > > Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ > > > > > > > > iQEcBAEBAgAGBQJQTkLkAAoJEOEgD2XReDo5NSYH/2+wCIssx9X9Pp19tJTXJTZF > > > > /+pxK3iIlhF+/7nZ5mWmt3evtwhzR88ETYiZXciwYxmkhqZqcInM6ZrOuAaEYrh1 > > > > ThFNOVIJkHvg5XLBTp0tN7d0OWSGNfRaQpzhCXJse0CbLTOCo4KqMd301E3goCqE > > > > SQ3ryhPwHlbLslMDu+PF+dnzJvdF+/BlKbTm/RG/55ECA/ioVN5DkAv9Qd/k3Kzk > > > > c3GXwGJgBioBldXWdG1+lj9HAzgtsIDTIt0GkqR1GR7Y/TPp3n67VSQ2D1qd9Nfm > > > > 3Sa6FPRx0rSdmafp69mXZItPuWty2kb9/YN46GZysYMC0/keHw4yzYQFLv5Qow0= > > > > =cWwn > > > > -----END PGP SIGNATURE----- > > > > > > > > > > > > > > > > -- > > > Regards, > > > Heshan Suriyaarachchi > > > > > > http://heshans.blogspot.com/ > > > > > > > > > -- > Regards, > Heshan Suriyaarachchi > > http://heshans.blogspot.com/ > --047d7b15a805992ae004c97ae7bc--