Re: ANNOUNCE: mod_ssl 2.1b5-1.3.2 (Win32 port)

1998-10-05 Thread Ralf S. Engelschall
us know details when available, i.e. patches ;-) Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ___

Re: trouble getting mod_ssl working

1998-10-05 Thread Ralf S. Engelschall
T / HTTP/1.0\n\n" and see the HTML welcome page of Apache? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com _

Re: Problem with mod_ssl and Apache 1.3.1

1998-10-05 Thread Ralf S. Engelschall
Greetings, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/ Offici

Re: Problem with mod_ssl and Apache 1.3.1

1998-10-05 Thread Ralf S. Engelschall
In article you wrote: Ralf S. Engelschall wrote: Ok, I make you an offer: Create a temporary rse account on your box which has around 15 MB free disk space available and I'll try to setup Apache on your box and debug the code on your specific platform. I'm sure it's a local platform

Re: Suggestion

1999-01-20 Thread Ralf S. Engelschall
fine("SSL"); +#endif + #ifndef TPF while ((c = getopt(argc, argv, "D:C:c:Xd:f:vVlLR:Sth" Although I personally don't want to commit it to the mod_ssl source tree, because I think it's a too specialized thing.

Re: Suggestion

1999-01-24 Thread Ralf S. Engelschall
o, for the first case you don't have to worry about the boot procedure and for the second case you can use the SSLPassPhraseDialog filter programs when you really want to make sure it doesn't stop because of an interactive prompt. Ralf

Re: Trying to get private key to work

1999-01-24 Thread Ralf S. Engelschall
Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl

Re: apache + mod_ssl/SSLeay/rsaref + php

1999-01-25 Thread Ralf S. Engelschall
ou can use RSAref even with this Apache+mod_ssl+SSLeay+PHP combination, of course. I just wanted to avoid bloating up the example with RSAref stuff. Ralf S. Engelschall [EMAIL

Re: [BugDB] Installation (PR#92)

1999-01-25 Thread Ralf S. Engelschall
of Unix ;-) Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod_ssl

Re: Pages not served w/ ssl on

1999-01-29 Thread Ralf S. Engelschall
configuration and 2. what exactly is the problem, i.e. what exactly fails to work under which change? Ralf S. Engelschall [EMAIL PROTECTED]

Re: rsaref20.tar.Z

1999-02-01 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl

Re: safe way to purge ssl_scache

1999-02-05 Thread Ralf S. Engelschall
this works for you. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod_ssl

Re: Problem signing a CSR

1999-02-05 Thread Ralf S. Engelschall
.csr/server.csr" which confused the script. It's a quick hack, so don't expect it be clever. It's written to have all in the current working directory. So use it this way or you've at least to enhance it a little bit.

Re: Seg Faults, still?

1999-02-09 Thread Ralf S. Engelschall
buggy on Solaris, why does the above assignment of an RSA method fixes anything? Please give me more background information. Ralf S. Engelschall [EMAIL PROTECTED

Re: To be a CA !!!

1999-02-09 Thread Ralf S. Engelschall
ugh? Under mod_ssl-Related-SSLeay there is a big fat hyperlink as I said. And it points to http://www.drh-consultancy.demon.co.uk/pkcs12faq.html. Hmmm... Ralf S. Engelschall [EMAIL

Re: Seg Faults, still?

1999-02-13 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com Index: mod_ssl.h === RCS file: /e/apache/SSL/REPOS/mod_ssl/pkg.apache/src/modules

Re: sw-mod-ssl list filtering, client side?

1999-02-16 Thread Ralf S. Engelschall
* | * 1^0 ^(Reply-to|Sender):.*sw-mod-ssl@.* | sw-mod-ssl Ohhh... cool! I've changed my entry according to your recipe now. Thanks for the hint. Ralf S. Engelschall [EMAIL PROTECTED]

Re: Seg Faults, still?

1999-02-17 Thread Ralf S. Engelschall
again and give me feedback whether it now finally works or not. Because I want to make sure mod_ssl 2.2.3 is really stable. It works!! Fine, then I can be committed for mod_ssl 2.2.3 which should be released tomorrow. Thanks for the quick feedback. Ralf S

Re: SSLSessionCache in RAMdisk?

1999-02-17 Thread Ralf S. Engelschall
scheduler and it's mostly unpredictable context switches. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Trouble with netscape sending certificate

1999-02-17 Thread Ralf S. Engelschall
If this is a list I'm not on it. Yes, as the webpages and SUPPORT texts indicate, this is a list. I'll send a carbon copy to you, too. Ralf S. Engelschall [EMAIL PROTECTED

Re: transition from mod_ssl-2.1.8 to mod_ssl-2.2.x on apache_1.3.4

1999-02-17 Thread Ralf S. Engelschall
unpleasant surprises :) From 2.1.8 to 2.2.x it should be painless. With = 2.1.7 you need to recompile Apache because of EAPI changes, I think. But try it out: It's a matter of 10 minutes to compile with APXS and test it ;-) Ralf S. Engelschall

Re: Addtl Info:

1999-02-18 Thread Ralf S. Engelschall
SL_SDBM=default" line. Check this, mod_ssl's configure script should have added this line together with some other SSL_xxx stuff. I guess you messed up the apache_1.3.4 source tree with the tests. Please try again with a freshly extracted apache_1.3.4 source tree.

Re: the mod_ssl x log_config extension

1999-02-19 Thread Ralf S. Engelschall
ult[0] == NUL) +result = NULL; return result; } Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: [BugDB] Personal Certificate Cache Problems (PR#107)

1999-02-19 Thread Ralf S. Engelschall
timeout. SSLSessionCache is enabled. Hmmm that's crazy. I currently cannot image what happens for you, except that storing the session keys into the DBM file might fail. There are no error messages in the mod_ssl logfile? Ralf S. Engelschall

Re: Addtl Info:

1999-02-19 Thread Ralf S. Engelschall
u're using an older version where no SSL_SDBM is at all ;-) For mod_ssl 2.2.x the above part reads: #SSL_BASE=/usr/local/ssl #RSA_BASE=/usr/local/rsa Rule SSL_COMPAT=yes Rule SSL_SDBM=default Rule SSL_EXPERIMENTAL=no Ralf S. E

Re: APACHE + SSL + KRB4

1999-02-23 Thread Ralf S. Engelschall
authentication. Alternatively I think some AFS-based websites also used the mod_auth_external to authenticate via AFS... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: mca...

1999-02-28 Thread Ralf S. Engelschall
You can't modify it after it's signed, of course. But you theoretically could use it to sign other certs, yes. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: mca.sh

1999-02-28 Thread Ralf S. Engelschall
the FQDN in the used URL to access the cite. But that's only _one_ possibility for this alert, of course. It can be also that the certificate is incorrect in any way. Ralf S. Engelschall [EMAIL PROTECTED

Re: config, compile, install help - php3, ssl, apache 1.3.x

1999-03-02 Thread Ralf S. Engelschall
not officially support (because I cannot test it myself and binaries always cause too much problems). At least when you compile from source you should be able to use mod_perl, mod_php and whatever else with Apache+mod_ssl without problems. Ralf S. Engelschall

Re: config, compile, install help - php3, ssl, apache 1.3.x

1999-03-03 Thread Ralf S. Engelschall
. Because usually the symbol palloc is no longer used inside Apache (it's ap_palloc since 1.3). But PHP3 seems to use the compat stuff, so this conflict occurs.. Ralf S. Engelschall [EMAIL PROTECTED

Restarts fixed (was: Re: mod_ssl 2.2.3 restart bug?)

1999-03-03 Thread Ralf S. Engelschall
On Tue, Mar 02, 1999, Ralf S. Engelschall wrote: On Tue, Mar 02, 1999, Sander Steffann wrote: Same problem here on Linux. https is also down after a graceful restart. Sander. mod_ssl/2.2.3 failed to restart(kill -HUP). After restarting, http is OK, but https is down. OS

Re: mod_ssl 2.2.3 restart bug?

1999-03-03 Thread Ralf S. Engelschall
x86_gcc_opts:$x86_elf_asm", Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod_ssl) www.engelschall.co

Re: mod_ssl 2.2.3 restart bug?

1999-03-03 Thread Ralf S. Engelschall
HTTPS after a restart is fixed. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: mod_ssl 2.2.3 restart bug?

1999-03-03 Thread Ralf S. Engelschall
O3 -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm", Thanks for the hint. Which library is better, in your opinion - SSLeay or OpenSSL? Just kidding, yeah? OpenSSL, of course ;-) Ralf S. Engelschall

Re: Missing close_notify alert (was: Session reuse doesn't always work)

1999-03-03 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw

Re: Restarts fixed (was: Re: mod_ssl 2.2.3 restart bug?)

1999-03-03 Thread Ralf S. Engelschall
details for me? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod_ssl

Re: Installation problem

1999-03-04 Thread Ralf S. Engelschall
"make certificate" command. Then you're not using a Bourne-Shell like shell. Instead I guess you're using a C-Shell like shell. Then either use $ env SSL_BASE=../SSLeay-0.9.0b ./configure ... --enable-module=ssl or $ setenv SSL_BASE ../SSLeay-0.9.0b $ ./configure ... --enable-module=ssl

Re: Client Certificate bits and mod_perl

1999-03-04 Thread Ralf S. Engelschall
ingredients of a certificate via environment variables SSL_. What ingredients are you missing? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

ANNOUNCE: mod_ssl 2.2.4

1999-03-04 Thread Ralf S. Engelschall
, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com Changes with mod_ssl 2.2.4 (21-Feb-1999 to 04-Mar-1999) *) Add important note to INSTALL/INSTALL.Win32 that all

Re: PEM vs. DER

1999-03-05 Thread Ralf S. Engelschall
is trivial... So, what´s the reasons? Perhaps it´s actually interesting to support DER in mod_ssl in general? Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: mod_ssl 2.2.4 (another FAQ? ;) )

1999-03-05 Thread Ralf S. Engelschall
we When it will be released? Is a pre-snapshot version for testing aviable? Maybe I should take a look, since I'll have some time... It's proposed for March 15th, 1999. Ralf S. Engelschall [EMAIL

Re: mod_ssl 2.2.4 (another FAQ? ;) )

1999-03-05 Thread Ralf S. Engelschall
native cc. (BTW: The 0.9.2 snapshot made a compiler error here, but I don't have time to check it today) Then at least send us the error message, please. Ralf S. Engelschall [EMAIL PROTECTED

Re: PEM vs. DER

1999-03-05 Thread Ralf S. Engelschall
er. So, what exactly do you understand under "DER Base64"? Do you want plain DER or really DER+Base64? Ralf S. Engelschall [EMAIL PROTECTED]

Re: SSLeay or openssl ?

1999-03-05 Thread Ralf S. Engelschall
they are in PEM format while for the browsers you usually need DER format or at least have to load via PKCS#12 or as DER with correct MIME types. Look inside the mod_ssl for a few hints about client certificates. Ralf S. Engelschall

Re: PEM vs. DER

1999-03-05 Thread Ralf S. Engelschall
On Fri, Mar 05, 1999, [EMAIL PROTECTED] wrote: "Ralf S. Engelschall" [EMAIL PROTECTED] writes: [snip] Ok, sounds like a reasonable suggestion. But do you want DER+Base64 or just plain DER? Because DER is a binary format while DER+Base64 is the binary plus Base64 transform

Re: ANNOUNCE: mod_ssl 2.2.4

1999-03-05 Thread Ralf S. Engelschall
On Fri, Mar 05, 1999, Mario Fabiano wrote: Ralf S. Engelschall wrote: This week I was very busy with hacking on mod_ssl. The result is now available: mod_ssl 2.2.4. Beside a lot of small changes at all edges for preparing the final transition from SSLeay to OpenSSL this version fixes

Re: PEM vs. DER

1999-03-05 Thread Ralf S. Engelschall
On Fri, Mar 05, 1999, [EMAIL PROTECTED] wrote: "Ralf S. Engelschall" [EMAIL PROTECTED] writes: [snip] Ok, ok, when I understand you correctly, you want that mod_ssl can read any combination Let's see what I can do. Much appreciated! Though I don't think every combination i

Re: Client Certificate bits and mod_perl

1999-03-05 Thread Ralf S. Engelschall
, but it does it in the Fixup handler which comes _after_ the auth handler. As a workaround you can try to do your jobs inside another Fixup handler. Hmmm.. I'm not sure whether I should move the stuff in mod_ssl from Fixup to Auth. Ralf S. Engelschall

Re: install error - help!

1999-03-07 Thread Ralf S. Engelschall
/tools' [root@ny1 openssl-0.9.1c]# I hate Netscape: It showed you 'pwd' although the INSTALL file reads `pwd`. So I guess you entered -L'pwd'... instead of -L`pwd`... which leads to the above problem. Please replace the ticks with the backticks. Ralf S

Re: Issuing Client Certificates

1999-03-08 Thread Ralf S. Engelschall
an be used. Look inside Stephen Hensons's PKCS#12 FAQ and related pages for details (there is somewhere a table describing the nsCertType values). A pointer to the PKCS#12 stuff is inside mod_ssl's Related webarea. Ralf S. E

Re: 6. Try out Apache with SSL (HTTP and HTTPS possible):

1999-03-08 Thread Ralf S. Engelschall
in/apachectl hasn't the startssl patched in? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to S

Re: TLS certificate request in MOD-SSL

1999-03-08 Thread Ralf S. Engelschall
the root DN should be enough for Netscape, isn't it? Have you really tested to configure all subordinate CAs inside SSLCACertificate{File,Path} and discovered that only the root CA's DN is sent? Ralf S. Engelschall [EMAIL

Re: ANNOUNCE: mod_ssl 2.0.10 (stable branch)

1998-09-21 Thread Ralf S. Engelschall
ache. So when the module loads fine, it usually works fine, too. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com _

Re: Just some thoughts and questions...

1998-09-21 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl

Re: CA Path and File

1998-09-22 Thread Ralf S. Engelschall
the file is present. It can be "ignored" yes, but then with and without SSLCACertificateFile: when your hash symlinks are incorrect (as it was the case for my friend yesterday). Has anybody else a hint? Ralf S. E

Re: Available: mod_perl 1.16

1998-10-06 Thread Ralf S. Engelschall
need it. Anything else should be not affected by the order of mod_ssl and mod_perl. Greetings, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

ANNOUNCE: User Contribution Area

1998-10-06 Thread Ralf S. Engelschall
PROTECTED]/sw/mod_ssl/ Thanks. Greetings, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache

Re: bind: Address already in use

1998-10-07 Thread Ralf S. Engelschall
he already running ssl_gcache program serves ok, too. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ___

Re: ANNOUNCE: User Contribution Area

1998-10-07 Thread Ralf S. Engelschall
On Tue, Oct 06, 1998, Philip Gwyn wrote: On 06-Oct-98 Ralf S. Engelschall wrote: Today I've spent the whole afternoon to create a special service for you which is a little bit unusual. But because I think it serves the needs of the mod_ssl user community I've established it - treat

Re: .htaccess problem

1998-10-07 Thread Ralf S. Engelschall
of the installed access.conf file. There is an "AllowOverride None" for the DocumentRoot. You usually have to make it less restrictive to let your .htaccess files being parsed. But it has nothing to do with neither mod_ssl nor mod_perl nor mod_php, of course.

Re: cannot make mod_ssl work

1998-10-07 Thread Ralf S. Engelschall
have a different installation ;-) Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod

Request: Debian Packages?

1998-10-07 Thread Ralf S. Engelschall
by the official Debian masters. You can place it directly yourself into the new http://www.engelschall.com/sw/mod_ssl/contrib/ area for distribution if you want. RPMs are already available from there and a FreeBSD port exists, too. Ralf S. Engelschall

Re: More questions about multiple certifications.

1999-03-10 Thread Ralf S. Engelschall
/to/my.key SSLCertificateFile/path/to/my.cert SSLOptions+FakeBasicAuth SSLVerifyDepth10 SSLVerifyClient none SSLLog/path/to/ssl_cipher_log /VirtualHost Ralf S. Engelschall

Re: Trying the https://....

1999-03-10 Thread Ralf S. Engelschall
t why is that Port... needed? Are you sure thats needed? [...] Port? Oh, I've overlooked it. You're right, port is usually not needed in such a section. Thanks for pointing this out. Ralf S. Engelschall [EMAIL PROT

Re: Multiple Certificates?

1999-03-10 Thread Ralf S. Engelschall
be considered to be not really belong to the SSL/TLS layer it will be never added to TLS, I think. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: RFC: encrypted serverkeys WHY??

1999-03-10 Thread Ralf S. Engelschall
a long thread about this topic. Look inside the sw-mod-ssl mailing list archives for details. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: EAPI SSL_XXX variables

1999-03-10 Thread Ralf S. Engelschall
e available for your regular CGI scripts. Second you say that with ColdFusions CGI handler everything works, so why do you want that the Allaire people do anything when it already works? Ralf S. Engelschall

Re: RFC: encrypted serverkeys WHY??

1999-03-10 Thread Ralf S. Engelschall
really can use it for a reasonable pass-phrase-delivery thing I cannot decide. At only know that I currently don't know one. But because the hook exists feel free to develop one. Ralf S. Engelschall

Re: RFC: encrypted serverkeys WHY??

1999-03-11 Thread Ralf S. Engelschall
On Wed, Mar 10, 1999, Marc Slemko wrote: On Wed, 10 Mar 1999, Ralf S. Engelschall wrote: On Wed, Mar 10, 1999, Steffen Dettmer wrote: ... somewhere in a core dump from httpd ... That's why most Unix platforms do not create core files for daemon processes running under

Re: EAPI SSL_XXX variables

1999-03-11 Thread Ralf S. Engelschall
se we intended a lot in the Apache API but had to do it finally different for various reasons.. ;-). Ralf S. Engelschall [EMAIL PROTECTED]

Re: Cert verify error

1999-03-11 Thread Ralf S. Engelschall
or server.crt? I did everything according to mod_ssl manual. BTW, the mod_ssl FAQ has some information how you can verify both whether the cert/key is ok on it's own and match each other. Ralf S. Engelschall [EMAIL

Re: Creating a server certificate

1999-03-11 Thread Ralf S. Engelschall
, THE URLS ARE GIVEN JUST FOUR LINES AWAY FROM THE LINE YOU'RE EDITING! Hmmm... I'm really wondering why I always write down such a lot of details when people don't read it... So, please walk to the given URLs, fetch the tools, install it somewhere and edit the variables to reflec

Re: Encryption Only cipher

1999-03-11 Thread Ralf S. Engelschall
ey between client and server in this case?!) and no null-digest. Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: [Fwd: Cert verify error]

1999-03-11 Thread Ralf S. Engelschall
sl mailing list archives. AFAIK it has to do with some hashing or lookup algorithms inside SSLeay/OpenSSL where the two DNs values override each other. Ralf S. Engelschall [EMAIL

Re: Creating a server certificate

1999-03-11 Thread Ralf S. Engelschall
most peoples (like me :-) will real all this, will use info and will NOT write to the list. Few peoples will not read and will write to the list. The end result will look like noone ever try to read something :-)) Yeah, obviously you're right... Ralf S. Engelsc

Re: Network I/O errors w/ POST method

1999-03-13 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/ Official

Re: Starting a Server

1999-03-16 Thread Ralf S. Engelschall
phers, too? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl

Re: How do I configure local Apache-modssl Server to show exactly what my browser is sending to a remote SSL server?

1999-03-16 Thread Ralf S. Engelschall
don't fully understand the combination of automation and monitoring in your question. Feel free to complain and ask again in more detail... Greetings, Ralf S. Engelschall [EMAIL PROTECTED

Re: POST problems and Apache hanging

1999-03-17 Thread Ralf S. Engelschall
... thanks for the hint. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLea

Re: POST problems and Apache hanging

1999-03-17 Thread Ralf S. Engelschall
On Wed, Mar 17, 1999, Ralf S. Engelschall wrote: On Wed, Mar 17, 1999, Mats Josefsson wrote: Maybe this info can help in finding a solution to the POST and/or Apache hang problem. We are using a Java based client doing POSTs to a Apache/mod_ssl/Jserv server. The client uses bothe

Re: make certificate TYPE, CRT, KEY

1999-03-17 Thread Ralf S. Engelschall
e cert/key files is just for convinience reasons. You can always just say "make install" without a previous "make certificate", but then you've to copy your real cert/keys over the server.crt/server.key files in the installation tree manually

[FWD] OpenSSL/SSLeay Security Alert

1999-03-22 Thread Ralf S. Engelschall
in the meantime. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com -- forwarded message -- OpenSSL and SSLeay Security Alert - It was recently

Re: Basic auth with SSL - again

1999-03-22 Thread Ralf S. Engelschall
to 2.2.5. Because the chance is high that this was implicitly solved by the changes since 2.1b8. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: GSID, mod_ssl and Apache...

1999-03-23 Thread Ralf S. Engelschall
hole SGC stuff isn't complicated in general on the server-side, it's just a matter of client forced renegotiations which the server has to accept at any stage to support SGC. Ralf S. Engelschall

Re: 2.2.5-1.3.4 on FreeBSD-3.1

1999-03-23 Thread Ralf S. Engelschall
h confused something. At least you can be sure that both Apache, mod_ssl and OpenSSL all work fine under FreeBSD 3.1, because that's the platform I use myself for development... Ralf S. Engelschall

Re: POST problem

1999-03-23 Thread Ralf S. Engelschall
ombinations possibleI'll investigate when I find time. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ___

Re: Basic auth with SSL - again

1999-03-24 Thread Ralf S. Engelschall
/mod_ssl/ (read/write access). an update version of Apache (Win32) with mod_ssl/mod_ssl/2.2.5 ? Perhaps one of the Win32 users can put a binary there. I cannot do it, because my Win32 box is still totally messed up. Ralf S. Engelschall

Re: ANNOUNCE: mod_ssl 2.2.5-1.3.4

1999-03-24 Thread Ralf S. Engelschall
On Fri, Mar 19, 1999, [EMAIL PROTECTED] wrote: "Ralf S. Engelschall" [EMAIL PROTECTED] writes: *) The SSLCertificateFile and SSLCertificateKeyFile directives now can read PEM (=DER+Base64+headers), DER+Base64 (without headers) and plain DER format certificate a

Re: [BugDB] OpenSSL: error:140943FC:SSL routines:SSL3_READ_BYTES:sslv3 (PR#133)

1999-03-24 Thread Ralf S. Engelschall
owser isn't broken. Greetings, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod_ssl) www.engelschall.co

Re: OpenSSl 0.9.2b test failed

1999-03-24 Thread Ralf S. Engelschall
... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/ Official Support

Re: Netscape has encountered bad data from the server.

1999-03-25 Thread Ralf S. Engelschall
... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.engelschall.com/sw/mod_ssl

Ok, Client Test Suite established

1999-03-25 Thread Ralf S. Engelschall
problems. So, it's now your turn. Connect from your favorite client platform with your esoteric clients and hopefully let us find out something... Ralf S. Engelschall [EMAIL PROTECTED

Re: Ok, Client Test Suite established

1999-03-26 Thread Ralf S. Engelschall
On Thu, Mar 25, 1999, John Hamlik wrote: Is this a standard config?? static or module?? All static and compiled with debugging symbols for easier debugging in case of a code dump. Ralf S. Engelschall [EMAIL

Re: Ok, Client Test Suite established

1999-03-26 Thread Ralf S. Engelschall
in the apache.conf file. That's all. Nothing special. Even the box is a PII/333 where I've done a standard FreeBSD 3.1 installation a few weeks ago. Ralf S. Engelschall [EMAIL PROTECTED]

Re: Ok, Client Test Suite established

1999-03-26 Thread Ralf S. Engelschall
happens? An I/O error? Or is just because the server certificate is a dummy one which uses the SnakeOil CA your MSIE3.02 doesn't know? Ralf S. Engelschall [EMAIL PROTECTED

Re: New Info (PR#136) repeatable on https://en4.engelschall.com

1999-03-26 Thread Ralf S. Engelschall
rds: Still no hangs or real I/O errors? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: Practical solution for MSIE problems!?

1999-03-29 Thread Ralf S. Engelschall
", so the regex has to be ".*MSIE.*" and not "^MSIE.*". Fixed on en4.engelschall.com. Please try again. Ralf S. Engelschall [EMAIL PROTECTED]

Re: Practical solution for MSIE problems!?

1999-03-29 Thread Ralf S. Engelschall
BrowserMatch "MSIE" ssl-unclean-shutdown And it works fine. Yeah, sorry. This was my fault. I've overlooked the fact that MSIE announces itself as Mozilla. It's now already fixed for 2.2.7 where the SetEnvIf is enabled per default.

Re: Practical solution for MSIE problems!?

1999-03-29 Thread Ralf S. Engelschall
... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.engelschall.com/sw/mod_ssl

Re: Practical solution for MSIE problems!?

1999-03-29 Thread Ralf S. Engelschall
es a great job! Thank you. Fine, thanks. And I've to thank you all for discovering the MSIE bug and helping me in finding a final work-around, of course. Ralf S. Engelschall [EMAIL

  1   2   3   4   5   6   7   8   9   10   >