On Tue, Mar 09, 1999, James Simmons wrote:
> How do you have a server work with multiple certificates? Thank you.
Do you mean whether a single Apache instance can run more than one virtual
host and each of those virtual hosts with a different certificate (answer
would be: yes) or whether a parti
How do you have a server work with multiple certificates? Thank you.
James Simmons
Linux System Admin
EdgeNet Inc / Chek Inc
[EMAIL PROTECTED]
http://www.edgeglobal.com/~jsimmons
__
Apache Interface to SSLeay (mod_ssl) www.en
On Tue, Mar 09, 1999, Fritz Elfert wrote:
> On Tue, 9 Mar 1999, Ralf S. Engelschall wrote:
>
> > On Tue, Mar 09, 1999, Steffen Dettmer wrote:
> >
> > > since we have a large httpd.conf file I want to split it into serveral
> > > files: one for "globals" one for each virtual host etc.
> > > Is i
On Tue, 9 Mar 1999, Ralf S. Engelschall wrote:
> On Tue, Mar 09, 1999, Steffen Dettmer wrote:
>
> > since we have a large httpd.conf file I want to split it into serveral
> > files: one for "globals" one for each virtual host etc.
> > Is it possible?
>
> Sure, use Apache's Include directive or
> > since we have a large httpd.conf file I want to split it into serveral
> > files: one for "globals" one for each virtual host etc.
> > Is it possible?
>
> Sure, use Apache's Include directive
Exactly what I need...
Thanx!
Steffen
__
On Tue, Mar 09, 1999, Steffen Dettmer wrote:
> since we have a large httpd.conf file I want to split it into serveral
> files: one for "globals" one for each virtual host etc.
> Is it possible?
Sure, use Apache's Include directive or even better: Use a preprocessor like
cpp or m4 to generate you
Hi,
since we have a large httpd.conf file I want to split it into serveral
files: one for "globals" one for each virtual host etc.
Is it possible?
Thanks,
Steffen
__
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/
On Tue, Mar 09, 1999, Axel Findling wrote:
> On Tue, 9 Mar 1999, Ralf S. Engelschall wrote:
>
> > One more question: I'm still testing and discovered that the I/O error could
> > be perhaps some regular HTTP (e.g. "450 Method POST not allowed") error which
> > just leads to this wrong error mess
On Tue, 9 Mar 1999, Ralf S. Engelschall wrote:
> One more question: I'm still testing and discovered that the I/O error could
> be perhaps some regular HTTP (e.g. "450 Method POST not allowed") error which
> just leads to this wrong error message in Netscape. I'm not sure, but where
> can I acces
On Tue, Mar 09, 1999, Axel Findling wrote:
> On Tue, 9 Mar 1999, Ralf S. Engelschall wrote:
>
> > It's really interesting. I've tried NS 4.08 and NS 4.5 on my FreeBSD 3.1 box
> > and the results are:
> >
> > 1. With Axel's script it fails approx. one times from ten tests.
> >Nine other requ
On Tue, Mar 09, 1999, Axel Findling wrote:
> On Tue, 9 Mar 1999, Ralf S. Engelschall wrote:
> > It's really interesting. I've tried NS 4.08 and NS 4.5 on my FreeBSD 3.1 box
> > and the results are:
> >
> > 1. With Axel's script it fails approx. one times from ten tests.
> >Nine other request
On Tue, 9 Mar 1999, Ralf S. Engelschall wrote:
> It's really interesting. I've tried NS 4.08 and NS 4.5 on my FreeBSD 3.1 box
> and the results are:
>
> 1. With Axel's script it fails approx. one times from ten tests.
>Nine other requests perform fine and I see the result page (here from a
>
>
> Thanks, this is my configuration: Windows NT 4 Server (Service
> Pack 4), Apache 1.3.4, mod_ssl 2.2.4, OpenSSL 0.91c (compiled
> with VC5 and MASM). I configured a server on a local ip
> address 192.168.0.43 running HTTP on port 80 and HTTPS on
> port 443. The certificate I used for this HTTP
On Tue, Mar 09, 1999, Axel Findling wrote:
> > Ok, seems like I've to reproduce this in order to solve the problem. You used
> > a form on an Apache+mod_ssl+OpenSSL server and request the form via NS 4.5,
> > right? The form display is still ok, but the errors only when submitting the
> > form? P
Hi,
> Ok, seems like I've to reproduce this in order to solve the problem. You used
> a form on an Apache+mod_ssl+OpenSSL server and request the form via NS 4.5,
> right? The form display is still ok, but the errors only when submitting the
> form? Please give me as much details to allow me to re
Hello Ralf,
> Ok, seems like I've to reproduce this in order to solve the
> problem. You used a form on an Apache+mod_ssl+OpenSSL server
> and request the form via NS 4.5, right? The form display is
> still ok, but the errors only when submitting the form?
> Please give me as much details to al
On Mon, Mar 08, 1999, [EMAIL PROTECTED] wrote:
> Full_Name: Jochen Häberle
> Version: 2.2.4-1.3.4
> OS: Linux 2.0.36, SuSE 6.0
> Submission from: gate.midras.de (212.14.64.240)
>
> As I already altered my apache source to include another module, I had a bit of
> a problem building apache with mo
On Mon, Mar 08, 1999, Christian Buysschaert wrote:
> > > An I/O error during security authorization. It happen on a submit in a
> > > protected page.
> >
> > Try the following: delete line 440 in ssl_engine_kernel.c (it reads
> > ``SSL_set_shutdown(ssl, SSL_RECEIVED_SHUTDOWN);''), then
> > recomp
I am attempting to run a very localized secure web server. I can add
certificates/CAs to browsers(I have access to all browsers using my
server). I'd like to set up a secure site without paying the $10K for a
CA to sign my key, like VeriSign. I'd like to do it for free :>
I can't get IE4.0 to
> > An I/O error during security authorization. It happen on a submit in a
> > protected page.
>
> Try the following: delete line 440 in ssl_engine_kernel.c (it reads
> ``SSL_set_shutdown(ssl, SSL_RECEIVED_SHUTDOWN);''), then
> recompile and test
> again. When it then works, the I/O error you get
Sorry for beeing off topic, but I don't read the right list... ;)
From: Lars Eggert <[EMAIL PROTECTED]>
To: Steffen Dettmer <[EMAIL PROTECTED]>
Hi,
some weeks (?) ago there was a posting in the OpenSSL mailinglist, which
described a problem, that the "locality" in the DN got lost after signing.
Full_Name: Jochen Häberle
Version: 2.2.4-1.3.4
OS: Linux 2.0.36, SuSE 6.0
Submission from: gate.midras.de (212.14.64.240)
As I already altered my apache source to include another module, I had a bit of
a problem building apache with mod_ssl.
At last I guess I have it right, but my httpd.conf wa
22 matches
Mail list logo