Re: Diffrent certificates for each virtual host?

2000-09-12 Thread Ralf S. Engelschall
On Tue, Sep 12, 2000, Anders Karlsson wrote: > I'm trying to make apache load diffrent certificates for three virutal > hosts, but it loads the same one (the first it finds in httpd.conf) for > every host. > > What am I doning wrong here? > > [...] > NameVirtualHost 192.168.1.100:443 > [...] >

RE: Apache cannot start automatic!

2000-09-12 Thread Phil Mills
I have an S50apache in /etc/rc3.d, from the timestamp it looks like it was installed as part of the O/S. In fact I think I remember installing Apache as a set of packages - SUNWapchd, SUNWapchr, SUNWapchu - when I installed Solaris 8. I will need to change the script to start up the SSL version,

Re: Client certificates

2000-09-12 Thread Mads Toftum
On Tue, Sep 12, 2000 at 10:02:57AM +1000, [EMAIL PROTECTED] wrote: > > Is there anyone here that is successfully using client certificates, to > provide automatic validation, logons and session management. In fact is > there anyone that has got one of the above working reliably. Yep. > > It s

Re: server.key

2000-09-12 Thread Mads Toftum
On Fri, Sep 08, 2000 at 11:52:12AM -0400, Kirk Benson wrote: > Another thing to note here. A single Apache instance will use the same > passphrase value for all keys; No, that's not quite true (except any buggy versions) - what it does is to try any previously typed passphrases on each certific

Re: [BugDB] mod_ssl installation step-by-step (PR#449)

2000-09-12 Thread modssl-bugdb
On Thu, Sep 07, 2000, [EMAIL PROTECTED] wrote: > On Thu, Sep 07, 2000 at 06:37:45PM +0200, [EMAIL PROTECTED] wrote: > > > > I have visited www.modssl.org and downloaded mod_ssl version for my Apache > > server. > > But I cannot access to the complete detailed installation step-by-step list. > >

Re: Virtual Hosting problem

2000-09-12 Thread Ralf S. Engelschall
On Sat, Sep 09, 2000, Matthew Asham wrote: > A question I couldn't find in the FAQ.. > Does TLS work with Virtual Hosts? No, TLSv1 is equal to SSLv2/v3 when it comes to this problem. Only the new RFC2817 stuff would solve the problem. Ralf S. Engelschall

Re: httpd not working.

2000-09-12 Thread Ralf S. Engelschall
On Thu, Sep 07, 2000, Arin Komins wrote: > [...] > #0 0x224754 in free () > (gdb) bt > #0 0x224754 in free () > #1 0xff1eb8a8 in __regfree_std () from /usr/lib/libc.so.1 > #2 0x1b5f5c in regex_cleanup (preg=0x4a3ca0) at alloc.c:2250 > #3 0x1b576c in run_cleanups (c=0x4a3cb0) at alloc.c:1940

Re: Apache cannot start automatic!

2000-09-12 Thread Tagoon Manaso
Thanks phil, Because I uninstall apache v.1.3.9 from the server that comes with Solaris 8 and I want to set up a secure server that use apache v.1.3.12 , so I use GCC v.2.95.2 to compile openssl v.0.9.5a, mod_ssl v.2.6.6, and apache v.1.3.12, and I have installed all of them successfully but my a

RE: Apache cannot start automatic!

2000-09-12 Thread Phil Mills
Thinking about this some more ... when you start Apache manually, you need to type in a passphrase if your private keys are encrypted. How can this be achieved if startup is automated ? I suspect it may be a security risk to keep the passphrase in a script, even if you could pass it to apachectl

Installation of mod_ssl

2000-09-12 Thread Marcos Sanchez
hello! Two questions about installing mod_ssl in our Apache web server under SuSE Linux 6.3 : 1) What is better, linking mod_ssl as a DSO or as a Module? 2) Is it true that the server won't work at all in non SSL mode if we have SSL installed but not the certificate? T

Re: Apache cannot start automatic!

2000-09-12 Thread Ralf S. Engelschall
On Tue, Sep 12, 2000, Phil Mills wrote: > Thinking about this some more ... when you start Apache manually, you need > to type in a passphrase if your private keys are encrypted. How can this be > achieved if startup is automated ? I suspect it may be a security risk to > keep the passphrase in

Re: Installation of mod_ssl

2000-09-12 Thread Ralf S. Engelschall
On Tue, Sep 12, 2000, Marcos Sanchez wrote: > Two questions about installing mod_ssl in our Apache web server under > SuSE Linux 6.3 : > > 1) What is better, linking mod_ssl as a DSO or as a Module? Neither one. Whether you build mod_ssl+OpenSSL as a DSO or as a static module depend

How to change the Default SSL Port

2000-09-12 Thread Sai Krishnan . K.
Hi, 1st Question: I have my server listening to port no 8443 initialilly. I tried to do the following change in the httpd.conf Original Configuration: Listen 8080 Listen 8443 Modified Configuration: Listen 8080

Re: Apache cannot start automatic!

2000-09-12 Thread John K. Johansen
The startup script should be in /etc/rc.d/init.d/httpd - Original Message - From: "Tagoon Manaso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 11, 2000 11:24 PM Subject: Apache cannot start automatic! > Hi all, > > I have installed openssl v.0.9.5a, mod_ssl v.2.

Re: Apache cannot start automatic!

2000-09-12 Thread Tagoon Manaso
Thanks Johansen, There are no apache startup script in /etc/rc0.d, /etc/rc1.d, /etc/rc2.d, /etc/rc3.d, /etc/rcS.d and / in my server. Is it something wrong? M. Tagoon "John K. Johansen" wrote: > The startup script should be in /etc/rc.d/init.d/httpd > > - Original Message - > From: