Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-20 Thread rk
hello hassan! thanks for your input ... i guess i finally found out what it was, though it still seems a little bit strange to me: the portforwarding is the problem, without it, the right ssl certificate is chosen, otherwise the system takes the one of the ip adress associated with eth0. hmm - i

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-18 Thread Hassan Schroeder
[EMAIL PROTECTED] wrote: hmm ... portforwarding works with jetty (on the same ports), so it should also work with tomcat, and i'd rather have tomcat on a non privileged port. You can always add it back in, once you've resolved the problem (and confirmed that's *not* part of it). But that's just m

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-18 Thread rk
hello hassan! hmm ... portforwarding works with jetty (on the same ports), so it should also work with tomcat, and i'd rather have tomcat on a non privileged port. which tomcat version are you using? could you send me an anonymized version of your config? kind regards randolph At 16:06 18.01.2005

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-18 Thread Hassan Schroeder
[EMAIL PROTECTED] wrote: i also tried it with one service and multiple connectors with the same result ... only one of the keystore-files is taken ... as it is the one of the webservers original name i tend to think that this may be a portforward-problem (i.e. all forwardes port/ips are mapped t

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-18 Thread rk
hello again! i also tried it with one service and multiple connectors with the same result ... only one of the keystore-files is taken ... as it is the one of the webservers original name i tend to think that this may be a portforward-problem (i.e. all forwardes port/ips are mapped to the one a

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-18 Thread rk
hello! At 17:58 17.01.2005, you wrote: [EMAIL PROTECTED] wrote: the keystore syntax is correct, as it works with one keytore ... the problem arises when there are multiple virtual hosts, it takes always one of them, but not the corresponding I'm puzzled by two aspects of your setup: 1) why don't

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread Parsons Technical Services
Tomcat needs the name of the keystore to be .keystore No it doesn't. The name (and path) is arbitrary, which is why there *is* a keystoreFile attribute. As I said before, I haven't done this myself. I have, and none of my installations use ".keystore" as the file name... That is why I made the sta

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread Hassan Schroeder
[EMAIL PROTECTED] wrote: the keystore syntax is correct, as it works with one keytore ... the problem arises when there are multiple virtual hosts, it takes always one of them, but not the corresponding I'm puzzled by two aspects of your setup: 1) why don't you just assign the proper ports in the

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread Hassan Schroeder
Parsons Technical Services wrote: unfortunately this does not seem to solve the problem ... but results in the following error (as the given keystore cannot be used) java.io.FileNotFoundException: /home/essence/.keystore (No such file or directory) First, the give server.xml showed the keystore

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread rk
the keystore syntax is correct, as it works with one keytore ... the problem arises when there are multiple virtual hosts, it takes always one of them, but not the corresponding At 17:30 17.01.2005, you wrote: unfortunately this does not seem to solve the problem ... but results in the followin

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread Parsons Technical Services
unfortunately this does not seem to solve the problem ... but results in the following error (as the given keystore cannot be used) Jan 17, 2005 4:59:29 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-62.116.64.7-8080 Jan 17, 2005 4:59:29 PM org.apache.c

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread rk
unfortunately this does not seem to solve the problem ... but results in the following error (as the given keystore cannot be used) Jan 17, 2005 4:59:29 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-62.116.64.7-8080 Jan 17, 2005 4:59:29 PM org.apache.c

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread Parsons Technical Services
I think you have an error in your server.xml. The path to the keystore and other SSL fields are in the Factory element instead of the connector element. port="8443" minProcessors="5" maxProcessors="30" address="100.100.100.3" enableLookups="

multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread rk
hello everybody! i'm new to this list and dont have too much tomcat expericence but i've been searching for a while to solve the following problem - unfortunately up to date without success: here is my little mind bender ;-) i have tomcat 4.1.31 running on a linux server, to use multiple ssl ke