29 messages in ru.sysoev.nginxRe: Multiple SSL certificates
FromSent OnAttachments
ThomasOct 21, 2008 1:33 am 
Dave CheneyOct 21, 2008 1:58 am 
ThomasOct 21, 2008 2:03 am 
ThomasOct 21, 2008 2:22 am 
Dave CheneyOct 21, 2008 2:35 am 
Dave CheneyOct 21, 2008 2:39 am 
ThomasOct 21, 2008 2:41 am 
Igor SysoevOct 21, 2008 2:49 am 
Dave CheneyOct 21, 2008 2:50 am 
Igor SysoevOct 21, 2008 2:51 am 
ThomasOct 21, 2008 2:51 am 
Igor SysoevOct 21, 2008 2:52 am 
ThomasOct 21, 2008 3:05 am 
Dave CheneyOct 21, 2008 3:35 am 
ryo satoOct 21, 2008 3:51 am 
ThomasOct 21, 2008 6:37 am 
Dave CheneyOct 21, 2008 6:46 am 
ThomasOct 21, 2008 7:38 am 
Igor SysoevOct 21, 2008 7:54 am 
ThomasOct 21, 2008 8:09 am 
Igor SysoevOct 21, 2008 8:15 am 
ThomasOct 21, 2008 8:30 am 
ryo satoOct 21, 2008 8:35 am 
Igor SysoevOct 21, 2008 8:36 am 
ThomasOct 21, 2008 8:57 am 
ThomasOct 21, 2008 9:15 am 
Dave CheneyOct 21, 2008 2:17 pm 
ThomasOct 21, 2008 3:34 pm 
ThomasOct 22, 2008 5:05 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: Multiple SSL certificatesActions...
From:Igor Sysoev (is@rambler-co.ru)
Date:Oct 21, 2008 2:49:41 am
List:ru.sysoev.nginx

On Tue, Oct 21, 2008 at 11:23:15AM +0200, Thomas wrote:

After some research it seems that as Dave said, the only solution is to set a different IP address for each certificate (what a pain).

So I did that:

server { listen IP1:443; ... }

server { listen IP2:443; ... }

But Nginx fails to start, and testing the configuration file returns a failure but no error message.

Do you mean that "nginx -t" shows something like this:

the configuration file ... syntax is ok the configuration file ... test failed

Could look inside main error_log for messages ?