Multiple SSL certificates

Igor Sysoev is at rambler-co.ru
Tue Oct 21 13:50:04 MSD 2008


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 ?


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list