15 messages in ru.sysoev.nginxRe: setting up ssl ... can the same s...
FromSent OnAttachments
Ilan BerknerJul 14, 2009 11:13 am 
Michael ShadleJul 14, 2009 12:57 pm 
Ilan BerknerJul 14, 2009 1:06 pm 
Maxim DouninJul 14, 2009 1:16 pm 
Michael ShadleJul 14, 2009 1:19 pm 
Ilan BerknerJul 14, 2009 1:24 pm 
Michael ShadleJul 14, 2009 1:24 pm 
Ilan BerknerJul 14, 2009 1:32 pm 
Marcus ClyneJul 14, 2009 1:56 pm 
merlin coreyJul 14, 2009 2:40 pm 
Marcus ClyneJul 14, 2009 3:02 pm 
Maxim DouninJul 14, 2009 6:40 pm 
Igor SysoevJul 15, 2009 12:05 am 
Marcus ClyneJul 15, 2009 3:12 am 
merlin coreyJul 15, 2009 4:56 am 
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: setting up ssl ... can the same server section listen on both ports 80 and 443 or do I need to setup a separate server section?Actions...
From:Ilan Berkner (iber@gmail.com)
Date:Jul 14, 2009 1:32:38 pm
List:ru.sysoev.nginx

That's the way I'll set it up.

I specify IP as well.

On Tue, Jul 14, 2009 at 4:25 PM, Michael Shadle <mike@gmail.com> wrote:

ideally it would be listen 1.2.3.4:443 default ssl; right?

otherwise this block will be the default ssl host for anything else unmatched.

i typically use ip:443 in all my ssl stuff to ensure i am only going to serve up the cert on the proper sites anyway.

On Tue, Jul 14, 2009 at 1:16 PM, Maxim Dounin<mdou@mdounin.ru> wrote:

Hello!

On Tue, Jul 14, 2009 at 04:06:57PM -0400, Ilan Berkner wrote:

If you can point it out to me... I searched, can't find it.

http://wiki.nginx.org/NginxHttpCoreModule#listen

server { listen 80; listen 443 default ssl;

On Tue, Jul 14, 2009 at 3:58 PM, Michael Shadle <mike@gmail.com> wrote:

someone just posted a config example in the past couple days about this

On Tue, Jul 14, 2009 at 11:14 AM, Ilan Berkner<iber@gmail.com>

wrote: