Using ols PEM pass phrase

1999-07-21 Thread Nazia Fazili
Hi, My problem is that i changed the PEM pass phrase during a recompile when i did the "make certificate " command. But i try to start the ssl enabled apache server with the new pass phrase it does not accept it but the old one works. Also when i did make install the following messages came out

No common encryption algorithms

1999-07-21 Thread Leon Brooks
Further to the previous message, I got curl and tried that too: it reads things fine. I also uprated (Fortified) the Communicator from 40 to 128 bits and it didn't help at all. -- I think men who have a pierced ear are better prepared for marriage. They've experienced pain and bought jewelry.

Problems changing PEM to DER

1999-07-21 Thread Rothert, Klaus
Hi, we have an inhouse CA which uses Netscapes CMS. Unfortunately CMS only accepts DER encoded certificates AFAIK. So I tried to change my generated PEM certificate to DER but I only get an error msg. System: apache 1.3.6 + mod_ssl 2.3.5 + openssl 0.9.3a on linux 2.0.36/libc6 key generated

Re: Using ols PEM pass phrase

1999-07-21 Thread Holger Reif
As the output suggests, the files in these dirs have been preserved. If you want to use new keys and certs you need to copy the newly generated there by hand. Nazia Fazili schrieb: Hi, My problem is that i changed the PEM pass phrase during a recompile when i did the "make certificate "

[BugDB] I/O error during security authorization (PR#210)

1999-07-21 Thread modssl-bugdb
Full_Name: Dario Castagnino Version: 2.2.4 OS: Linux 2.0.36 Submission from: (NULL) (200.1.228.95) We are using Mod_ssl Open_ssl with Apache server 1.3.4. We are having problems when we try to use the post method to communicate to programs via CGI. When the browser tries to make the post, it

Re: mod_ssl 2.3.6 install

1999-07-21 Thread Ralf S. Engelschall
On Mon, Jul 19, 1999, Daniel Reichenbach wrote: I tried to install mod_ssl 2.3.6 on Win98, following install.win32 and it didn`t work. I can`t figure out why. When I start the configure.bat with configure.bat --with-apache=..\apache_1.3.6 --with-ssl=C:\Programme\OpenSSL my DOS-Box says

Re: Problems changing PEM to DER

1999-07-21 Thread Ralf S. Engelschall
On Wed, Jul 21, 1999, Rothert, Klaus wrote: certificate request generated with: openssl req -new -days 730 -config sslconfig.cnf -key server.key -out server.csr Trying to change the encoding (as mentioned in http://www.modssl.org/docs/2.3/ssl_faq.html#ToC28) I get an error message:

Re: htaccess with SSL

1999-07-21 Thread Ralf S. Engelschall
On Thu, Jul 15, 1999, Jim Tay wrote: [...] the discussion board. When I access the discussion board on the SSL-enabled site, it just goes straight into the site without the popup appearing. [...] SSLOptions +FakeBasicAuth [...] I thought using the FakeBasicAuth option would do it, but

Re: file-descriptor bug in mod_ssl 2.3.5 (shared memory) ?

1999-07-21 Thread Ralf S. Engelschall
On Fri, Jul 16, 1999, [EMAIL PROTECTED] wrote: (Solaris 2.5.1, apache 1.3.6, mod_ssl 2.3.5) Do you have losts of virtual hosts? No, just the SSL ist defined as VirtualHost on Port 443. BTW, we will try 2.3.6 and then check again. With 2.3.6 I've fixed a leak related to memory and

Re: mod_ssl-2.3.5-1.3.6

1999-07-21 Thread Ralf S. Engelschall
On Fri, Jul 16, 1999, John Lange wrote: We'll there is at least 3 of us with this problem now. (see my message subject: "Constant seg fault in child processes"), (also Michael Ed's problem seems to be similar), so I don't think its just a case of one machine not being configured correctly.

Re: SSL variables running APACHE on Windows NT 4.0

1999-07-21 Thread Ralf S. Engelschall
On Mon, Jul 19, 1999, Ruetzel, Arnold wrote: I wrote my own module which is loaded by Apache at startup time. This module has to access the SSL variables in the "URI to filename translation" phase, but the variables are not available at this phase. Does anybody know what I have to do to make