4 messages in ru.sysoev.nginxRe: Force https
FromSent OnAttachments
Wayne E. SeguinMar 3, 2007 4:44 am 
Jonathan VanascoMar 4, 2007 11:45 am 
Igor SysoevMar 4, 2007 11:55 am 
Wayne E. SeguinMar 4, 2007 12:39 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Force httpsActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Mar 4, 2007 11:55:57 am
List:ru.sysoev.nginx

On Sat, Mar 03, 2007 at 07:45:15AM -0500, Wayne E. Seguin wrote:

Can someone either tell me or point me to the correct documentation on how to force a subdomain to use https only?

Eg. Client goes to http and gets forced to https.

Also,

Would it be useful for me to write up my config file showing how authentication is done with https? I did have some confusion with it myself.

server { listen 80; rewrite ^(.*) https://site.com$1 redirect; }

server { listen 443; ... }