Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-15 Thread Nick Burch
On Wed, 14 Dec 2005, Joe Orton wrote: None of it makes sense :) How is this bundle'o'stuff included in httpd.conf? Include /etc/httpd/sites-enabled/[^.#]* Are you using vendor packages or a build from tarball (I guess Debian from the layout)? The server that first showed the problems was a

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Joe Orton
On Wed, Dec 14, 2005 at 06:16:03PM +, Nick Burch wrote: > On Wed, 14 Dec 2005, Nick Burch wrote: > >The config is still a bit complex, but it's getting there > > OK, config is attached. Drop it into a largely fresh /etc/apache2/ > > Three of the private keys are encrypted, all with the passwo

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Nick Burch
On Wed, 14 Dec 2005, Nick Burch wrote: The config is still a bit complex, but it's getting there OK, config is attached. Drop it into a largely fresh /etc/apache2/ Three of the private keys are encrypted, all with the password "test" Apache will load keys+certs for "webmail.test", "melody.tes

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Nick Burch
On Wed, 14 Dec 2005, Nick Burch wrote: I'm going to try putting the config files which show the issue onto a test server (they're on a live one currently), then remove stuff so they're still showing it, but are much simpler. I'll post these if I can get it working The config is still a bit co

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Nick Burch
On Wed, 14 Dec 2005, Joe Orton wrote: On Fri, Dec 09, 2005 at 05:59:21PM +, Nick Burch wrote: From this, I see all my vhosts are defined, and correctly set for SSL/not SSL. During the loading iteration, it loads one certificate+key fine. Then it loads the second. After that, no more vhosts

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Joe Orton
On Fri, Dec 09, 2005 at 05:59:21PM +, Nick Burch wrote: > >From this, I see all my vhosts are defined, and correctly set for SSL/not > SSL. During the loading iteration, it loads one certificate+key fine. Then > it loads the second. After that, no more vhosts are checked! > > It seems theref

RE: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-09 Thread Nick Burch
On Fri, 9 Dec 2005, Nick Burch wrote: On Wed, 7 Dec 2005, Nick Burch wrote: I'm also half tempted to try and make that error message more useful. Anyone know much about that area of code, or should I just dive in? I've done this. I still haven't quite figured out my problem, but I have narrow

RE: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-09 Thread Nick Burch
On Wed, 7 Dec 2005, Nick Burch wrote: I'm also half tempted to try and make that error message more useful. Anyone know much about that area of code, or should I just dive in? I've done this. I still haven't quite figured out my problem, but I have narrowed it down quite a bit. Now to go inves

RE: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-07 Thread Nick Burch
On Wed, 7 Dec 2005, Boyle Owen wrote: I think you need to post the VH segments from your config... I'd rather not clutter up the list, I do have quite a few of them... Your set up is clearly quite complicated and it's impossible to see what the error is based just on descriptions. My interpre

RE: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-07 Thread Boyle Owen
TECTED] Problem when mixing NameVirtualHost + non > with SSL - "Oops, no RSA or DSA server certificate found?!" > > > On Wed, 7 Dec 2005, Axel-Stéphane SMORGRAV wrote: > > This might give you a clue as to what is happening and why > you get the > > error.

RE: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-07 Thread Nick Burch
On Wed, 7 Dec 2005, Axel-Stéphane SMORGRAV wrote: This might give you a clue as to what is happening and why you get the error. That all shows everything as expected However, again, SSL and name-based virtual hosting does not work because the Host header cannot possibly be known to the serve

RE: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-07 Thread Axel-Stéphane SMORGRAV
The combination of name-based virtual hosting and SSL cannot possibly work. Normally, in such a configuration the request will be handled by the first of the virtual hosts that match the IP:port of the request regardless of the ServerName. I believe that if you execute "apachectl configtest", o

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-06 Thread ludi
I remember that the SSL need a certificate. Have you created it ?2005/12/7, Nick Burch <[EMAIL PROTECTED]>: HiI'm having trouble when trying to combine NameVirtualHosting on one SSLIP, and per-IP virtual hosting for others.My ideal setup is:NameVirtualHost *:80 (lots of virtual hosts)NameVi