[BugDB] Security Information! (PR#731)

2002-07-08 Thread modssl-bugdb
Full_Name: Di Vincenzo Renzo Version: 2.8.5 OS: windows 2000 advanced server Submission from: (NULL) (194.184.159.70) I Use windows 2000 Advanced server + Apache 1.3.22 + tomcat 4.0.3 + mod_jk 1.1.0. When i connect via HTTPS whith MSIE 5.00.29 i get Security Information! error. I get this

[BugDB] compile fails (OpenBSD 3.0, mod_ssl/Apache 1.3.26) (PR#730)

2002-07-08 Thread modssl-bugdb
Full_Name: Denis Chatelain Version: 2.8.10-1.3.26 OS: OpenBSD 3.0 Submission from: (NULL) (193.252.202.117) Apache fails to compile with the mod_ssl 2.8.10-1.3.26 patch (I might do something wrong somewhere, but it's easier to suspect somebody else :). It looks for openssl and ssleay in bin,

apache_1.3.26

2002-07-08 Thread New Disorder Records
is anyone else having problems compiling apache_1.3.26 with mod_ssl? I'm on a redhat 7.2 box, and mod_ssl just erases my src/makefile in the apache directory. Not erases, but all that's created is a blank header. After I try, I have to wipe the directory and untar apache again so that I can

Re: [BugDB] Security Information! (PR#731)

2002-07-08 Thread Colm McCartan
At 17:49 08/07/2002 +0200, you wrote: I Use windows 2000 Advanced server + Apache 1.3.22 + tomcat 4.0.3 + mod_jk 1.1.0. When i connect via HTTPS whith MSIE 5.00.29 i get Security Information! error. I get this random and my pages haven't NonSecure Items. The detail of message is: This page

RE: [BugDB] Security Information! (PR#731)

2002-07-08 Thread Gilles Gros
This can also happend when you have a frame (or iframe ) with no src. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Colm McCartan Sent: Monday, July 08, 2002 10:04 AM To: [EMAIL PROTECTED] Subject: Re: [BugDB] Security Information! (PR#731)

RE: apache_1.3.26

2002-07-08 Thread New Disorder Records
well, that's a lot more than I needed. I think the key is somewhere in the SSL_BASE=SYSTEM thing. I have openssl installed, this is redhat, but when I set SSL_BASE=SYSTEM, I still get the error: Error: Cannot find SSL binaries under /usr/local/ssl when I run configure in apache. I don't

RE: apache_1.3.26

2002-07-08 Thread Geoff Thorpe
On Mon, 8 Jul 2002, New Disorder Records wrote: well, that's a lot more than I needed. I think the key is somewhere in the SSL_BASE=SYSTEM thing. I have openssl installed, this is redhat, but when I set SSL_BASE=SYSTEM, I still get the error: Error: Cannot find SSL binaries under

RE: SSL only Authentication Cient

2002-07-08 Thread Enrico Demarin
I think hotmail works like that, the authentication is done through https and then it reverts to regular http. So yes I think it's possible. Enrico -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Daniela Prestipino Sent: July 4, 2002 2:32 AM To:

Re: apache_1.3.26

2002-07-08 Thread Glen Mehn
try adding /usr/local/ssl/lib to your LD_LIBRARY_PATH this is an educted guess, though... good luck. -g On Mon, Jul 08, 2002 at 11:40:37AM -0700, New Disorder Records wrote: well, that's a lot more than I needed. I think the key is somewhere in the SSL_BASE=SYSTEM thing. I have