Re: Just Married: Ralf & Daniela Engelschall :-)

2000-02-25 Thread Tim Triche
Go Ralf go! I hope you don't check email on your honeymoon ;-) -- "Chaos, panic, and disorder -- my work here is done." --Doc Technical __ Apache Interface to OpenSSL (mod_ssl)

ANNOUNCE: mod_ssl 2.6.0-1.3.12

2000-02-25 Thread Ralf S. Engelschall
Apache 1.3.12 is already around the corner and should be released these days (be patient, please!), so I'll release mod_ssl 2.6.0 for it. Because I'm not available the coming days (we have our church marriage-ceremony on this weekend ;) and I don't wanted to let you wait to use SSL with this Apac

Exact meaning of SSLRequire?

2000-02-25 Thread Jan Meijer
Hi all, Thanks again for your replies on the FakeBasicAuth subject, it made me realize I needed to search for another solution to my problem and do it the right way :). Another question. Last night I was experimenting with the SSLRequire directive and wanted to only permit clients with a certai

Re: Installing as Root into NS and MSIE

2000-02-25 Thread Ralf S. Engelschall
On Fri, Feb 25, 2000, drew wrote: > does anyone have information about getting ones CA cert installed into > Microsoft and Netscapes Browsers, ie becoming a fully qualified CA Start reading at www.modssl.org under Related->HowTo, please. Ralf S. Engelschal

New HTTPS proxy stuff in 2.6.0

2000-02-25 Thread Ralf S. Engelschall
As you should have recognized from the announcement of 2.6.0, I've finally merged in the new HTTPS proxy support. This stuff is still experimental and needs careful testing (and certainly also fixing ;). So, anyone who is interested in flexible HTTP/HTTPS Gateways with Apache should install 2.6.0

Re: Exact meaning of SSLRequire?

2000-02-25 Thread Ralf S. Engelschall
On Fri, Feb 25, 2000, Jan Meijer wrote: > Thanks again for your replies on the FakeBasicAuth subject, it made me > realize I needed to search for another solution to my problem and do it the > right way :). > > Another question. Last night I was experimenting with the SSLRequire > directive and

Re: server configuration problem

2000-02-25 Thread Bodo Moeller
Osvaldo Brito <[EMAIL PROTECTED]>: > $ openssl s_client -host localhost -port 443 > 14228:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block > type is not 01:rsa_pk1.c:100: > > 14228:error:04067071:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check > failed:rsa_eay.c:394: >

Installing as Root into NS and MSIE

2000-02-25 Thread drew
Hi there, does anyone have information about getting ones CA cert installed into Microsoft and Netscapes Browsers, ie becoming a fully qualified CA many thanks 'd __ Apache Interface to OpenSSL (mod_ssl) www.m

openssl basic

2000-02-25 Thread Osvaldo Brito
Hi, I'm trying to make a self sign certificate for testing purposes. I'm using the method in the openssl faq list, but the last step (using the SSLEAY ca.sign) seems impossible. I've already created the server.key, server.csr, ca.key e server.crt. Now i want to sign the *.csr with my own certific

Contrib RPMS

2000-02-25 Thread moebius
Hello All, I have just installed Apache/mod_ssl thru the contrib rpms, THANK YOU to all who put them up. I was wondering this. I have installed the php-mod_ssl*.rpm and don't have support for MySQL. Can I just take the source configure and and rpm it on top of the orig? Also, are these php just

Filling SSL environment variables

2000-02-25 Thread Augusto Alvares
Thanks for your replies on the Certificates subject. Now, when I know how read the CGI environment variables in a servlet, mod_ssl don't want to put it in their holes. My httpf.conf about ssl is: SSLMutex sem SSLRandomSeed startup builtin SSLSessionCache none SSLLog logs/SSL.log SSLLogLevel info

SSLRequireSSL error

2000-02-25 Thread Patrick Robinson
Hi folks, I asked this question a couple of weeks ago, but got no responses, so I thought I might try again: I get a syntax error from "httpd -t" (or "apachectl configtest") when I use SSLRequireSSL inside a , like this: SSLRequireSSL ServerName my.server.name DocumentRoot /some

Problems configuring CA on Win32

2000-02-25 Thread Reid M. Pinchback
Help! I'm trying to set up Apache+modssl 1.3.6 using the Win32 binary in the contrib area. Everything pretty much works, except for one thing. I can't get the server to ask the client for a certificate. Reading through the logs, it looks like there is probably an error in configuring the cer

Re: SSLRequireSSL error

2000-02-25 Thread Nate Carlson
On Fri, 25 Feb 2000, Patrick Robinson wrote: > Hi folks, > > I asked this question a couple of weeks ago, but got no responses, > so I thought I might try again: > > I get a syntax error from "httpd -t" (or "apachectl configtest") when > I use SSLRequireSSL inside a , like this: > > > SSL

Please Help, Apache can't find libphp3.so :-)

2000-02-25 Thread moebius
Hey All, Not sure what the hell is going on. From the modssl.org/contrib page I grabbed the src.rpm's for ssl, jserv, php. I build the bin's installed all went fine. Test fired and the ssl server worked. Uncommented out the add and load modules for php and restart. Silent death, invoked logging

SUPPORT

2000-02-25 Thread Osvaldo Brito
Hi, I used this command line, openssl ca -config -out -cert -keyfile -verbose and i've got this stdout error message: wrong number of fields on line 1 (looking for field 6, got 1, '' left) Anyone? Thanks in advance. Osvaldo Brito [EMAIL PROTECTED] [EMAIL PROTECTED] __