Re: Only one ssl domain per server instance?

2005-05-27 Thread Hassan Schroeder
Mark Thomas wrote: You can define multiple Connectors, each with its own keystore. But don't forget that each will need to be on a different port. Actually, I assumed the OP would assign each Connector a different *IP address*, so that conventional URLs like https://www.example.com/

Re: Only one ssl domain per server instance?

2005-05-26 Thread Mark Thomas
Hassan Schroeder wrote: Mark Winslow wrote: I'm wondering if there's a way to get more than one ssl domain per server instance. The ssl Connector tag seems to be in the top level in server.xml. You can define multiple Connectors, each with its own keystore. But don't forget that each wi

Re: Only one ssl domain per server instance?

2005-05-26 Thread Hassan Schroeder
Mark Winslow wrote: I'm wondering if there's a way to get more than one ssl domain per server instance. The ssl Connector tag seems to be in the top level in server.xml. You can define multiple Connectors, each with its own keystore. -- Hassan Schroeder - [EMAIL P

Only one ssl domain per server instance?

2005-05-26 Thread Mark Winslow
I'm wondering if there's a way to get more than one ssl domain per server instance. The ssl Connector tag seems to be in the top level in server.xml. Is there a way to put it with a particular host or context or have more than one instance per server? Java's ssl library seems to accept only one