Multiple SSL certificates

Thomas iamkenzo at gmail.com
Tue Oct 21 13:23:15 MSD 2008


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.





More information about the nginx mailing list