From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS15169 74.125.0.0/16 X-Spam-Status: No, score=-3.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from mail-pg0-f60.google.com (mail-pg0-f60.google.com [74.125.83.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id CF87E1FF76 for ; Sun, 18 Dec 2016 01:03:14 +0000 (UTC) Received: by mail-pg0-f60.google.com with SMTP id a1sf33738212pgf.1 for ; Sat, 17 Dec 2016 17:03:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20161025; h=sender:date:from:to:message-id:subject:mime-version :x-original-sender:reply-to:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-subscribe:list-unsubscribe; bh=xeHCz4txohwrrxPYjYfluMD6Ne8Nn+vMbdFv/lT+TbI=; b=E/d9l2aWlKnzpZIEyv1jMWliVtuJQ6cFPt7IpC08mgJDpz1f/EfEpaHjgHSBU6v2BN P9EZvij/0km3OiU7RMEg4QDck4JrqK07bJ+hSYDuCY4dBPqHXbxxPpyhv7YoFXAdesK/ nvJdwA/BZ2QAwKy1IH6o2PsSloYodlxPMnIX78TrinOd2skr8LIc7vYAZ5QmtIxNz4Lw ip9Y3MIDZj1PZV3unN50F+tMLkogOJ/rGJfHh+Y/71gn16JEQSmQow2rBPKQkUCAGz3R eqfeLO1lfYyfw/YuxqeeBISWuP49g0vIjp5xucfEbSxcU99FROo4rxm2qp1s3FBhsjla Rjcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=sender:x-gm-message-state:date:from:to:message-id:subject :mime-version:x-original-sender:reply-to:precedence:mailing-list :list-id:list-post:list-help:list-archive:list-subscribe :list-unsubscribe; bh=xeHCz4txohwrrxPYjYfluMD6Ne8Nn+vMbdFv/lT+TbI=; b=r7sUxxucoMW+EYiE9dvcA7xwt1TTUbQPSMpe8F5AU6ZjCRMDlUPMrUCdUqqhyHGJXf ZH3G+mFWu4yfXj85SEvgnpT+Zy/Ejk9OZvtaBBrw9c1rv6Or63VoGxX6I+mGG942eJYr U5n5QfAU2pFcf4/VQd8aiG7lnnEQTEIl3GXLkN1vMHdCX8+heoBqc8qb7OIZkvBmGeei DNFwaKwBO4TNjz5hgUjTu5WrwetlkHXql8LPbTFd6OS6zRhCLPcYcW8IjRouN1+DQ65R rZSCHl2mE/mgH1p2zkuou1bsWxzTKV4lCXA6P2bvPqnC6rN61g8+5rMMtN5pJN2y+MFs wfWw== Sender: rack-devel@googlegroups.com X-Gm-Message-State: AKaTC01/7+TqXJLKYIkoFzRYgBP/ZHfHK7A1oDta5zEsEbsiEGIe5FajKduxgcwCL0Iwcw== X-Received: by 10.36.237.196 with SMTP id r187mr433633ith.7.1482022994286; Sat, 17 Dec 2016 17:03:14 -0800 (PST) X-BeenThere: rack-devel@googlegroups.com Received: by 10.36.50.76 with SMTP id j73ls1420143ita.19.gmail; Sat, 17 Dec 2016 17:03:13 -0800 (PST) X-Received: by 10.107.168.92 with SMTP id r89mr2180454ioe.92.1482022993939; Sat, 17 Dec 2016 17:03:13 -0800 (PST) Received: by 10.202.196.129 with SMTP id u123msoif; Sat, 17 Dec 2016 16:32:59 -0800 (PST) X-Received: by 10.157.42.66 with SMTP id t60mr481886ota.2.1482021179298; Sat, 17 Dec 2016 16:32:59 -0800 (PST) Date: Sat, 17 Dec 2016 16:32:58 -0800 (PST) From: Rich Morin To: Rack Development Message-Id: Subject: newby issue with rack-ssl gem MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_3055_1255483433.1482021178989" X-Original-Sender: rdm@cfcl.com Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: X-Google-Group-Id: 486215384060 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , ------=_Part_3055_1255483433.1482021178989 Content-Type: multipart/alternative; boundary="----=_Part_3056_446539713.1482021178989" ------=_Part_3056_446539713.1482021178989 Content-Type: text/plain; charset=UTF-8 I'm using Rack via Sinatra and Thin, serving HTTPS on port 44567. That works, but I'm not able to set up automated transfers from HTTP to HTTPS. I'm trying to use the rack-ssl gem to force this, but not seeing any effect. I assume that I'm simply calling it wrong. Might anyone have suggestions? FWIW, here's a Gist that documents and demonstrates the issue: https://gist.github.com/RichMorin/62d5594237e487242f027ca51cafa290 -r -- --- You received this message because you are subscribed to the Google Groups "Rack Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to rack-devel+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. ------=_Part_3056_446539713.1482021178989 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I'm using Rack via Sinatra and Thin,= serving HTTPS on port 44567. =C2=A0That works,=C2=A0but I'm not able to set up automat= ed transfers from HTTP to HTTPS. =C2=A0I'm trying to use the rack-ssl gem to force this= , but not seeing any effect.


I assume=C2=A0that I'm simply calling it wrong. =C2=A0Might anyone have suggest= ions?


FWIW, here's a Gist that documents and demon= strates the issue:


=

=C2=A0https:/= /gist.github.com/RichMorin/62d5594237e487242f027ca51cafa290


-r

--

---
You received this message because you are subscribed to the Google Groups &= quot;Rack Development" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to rack-dev= el+unsubscribe@googlegroups.com.
For more options, visit http= s://groups.google.com/d/optout.
------=_Part_3056_446539713.1482021178989-- ------=_Part_3055_1255483433.1482021178989--