[jetty-user] RE: Virtual hosts and ssl question.
"Tasso Angelidis" <[email protected]>
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
Never mind, figured it out. I bound 2 separate connectors to their own I.p and own certificates. ________________________________ From: Tasso Angelidis Sent: Tuesday, October 05, 2010 4:49 PM To: '[email protected]' Subject: Virtual hosts and ssl question. I found: http://docs.codehaus.org/display/JETTY/Virtual+hosts But I don't think this is exactly what I want... I have 1 machine with 2 separate I.Ps xxx.xxx.xxx.1 and xxx.xxx.xxx.2 and of course 2 domains xyz1.com and xyz2.com I have 1 app and want both domains 2 serve the same app. By default if I just browse to the 2 domains it works. The issue comes when I need to use ssl. Is it just a matter of importing a second certificate into the keystore of my SslConnector?